table of contents
other versions
- buster 11.9-0+deb10u1
SPI_FREEPLAN(3) | PostgreSQL 11.9 Documentation | SPI_FREEPLAN(3) |
NAME¶
SPI_freeplan - free a previously saved prepared statementSYNOPSIS¶
int SPI_freeplan(SPIPlanPtr plan)
DESCRIPTION¶
SPI_freeplan releases a prepared statement previously returned by SPI_prepare or saved by SPI_keepplan or SPI_saveplan.ARGUMENTS¶
SPIPlanPtr planpointer to statement to free
RETURN VALUE¶
0 on success; SPI_ERROR_ARGUMENT if plan is NULL or invalid2020 | PostgreSQL 11.9 |