Query: spi_keepplan
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPI_KEEPPLAN(3) PostgreSQL 9.2.7 Documentation SPI_KEEPPLAN(3)NAMESPI_keepplan - save a prepared statementSYNOPSISint SPI_keepplan(SPIPlanPtr plan)DESCRIPTIONSPI_keepplan saves a passed statement (prepared by SPI_prepare) so that it will not be freed by SPI_finish nor by the transaction manager. This gives you the ability to reuse prepared statements in the subsequent invocations of your procedure in the current session.ARGUMENTSSPIPlanPtr plan the prepared statement to be savedRETURN VALUE0 on success; SPI_ERROR_ARGUMENT if plan is NULL or invalidNOTESThe passed-in statement is relocated to permanent storage by means of pointer adjustment (no data copying is required). If you later wish to delete it, use SPI_freeplan on it. PostgreSQL 9.2.7 2014-02-17 SPI_KEEPPLAN(3)
Related Man Pages |
---|
execute(7) - centos |
spi_cursor_open(3) - centos |
spi_execute_plan(3) - centos |
prepare(7) - suse |
prepare(7) - osx |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Controlling user input |
[TIP] Processing YAML files with yq |