spi_keepplan(3) centos man page | unix.com

Man Page: spi_keepplan

Operating Environment: centos

Section: 3

SPI_KEEPPLAN(3) 					  PostgreSQL 9.2.7 Documentation					   SPI_KEEPPLAN(3)

NAME
SPI_keepplan - save a prepared statement
SYNOPSIS
int SPI_keepplan(SPIPlanPtr plan)
DESCRIPTION
SPI_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.
ARGUMENTS
SPIPlanPtr plan the prepared statement to be saved
RETURN VALUE
0 on success; SPI_ERROR_ARGUMENT if plan is NULL or invalid
NOTES
The 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
spi_cursor_open(3) - centos
spi_prepare(3) - centos
execute(7) - mojave
execute(7) - osx
prepare(7) - linux
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Shopt -s histappend
Controlling user input
Please Welcome Dave Munro to the Moderator Team!