Query: spi_freeplan
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPI_FREEPLAN(3) PostgreSQL 9.2.7 Documentation SPI_FREEPLAN(3)NAMESPI_freeplan - free a previously saved prepared statementSYNOPSISint SPI_freeplan(SPIPlanPtr plan)DESCRIPTIONSPI_freeplan releases a prepared statement previously returned by SPI_prepare or saved by SPI_keepplan or SPI_saveplan.ARGUMENTSSPIPlanPtr plan pointer to statement to freeRETURN VALUE0 on success; SPI_ERROR_ARGUMENT if plan is NULL or invalid PostgreSQL 9.2.7 2014-02-17 SPI_FREEPLAN(3)
| Related Man Pages |
|---|
| execute(7) - redhat |
| prepare(7) - redhat |
| prepare(7) - suse |
| execute(7) - mojave |
| prepare(7) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Docker learning Phase-I |
| Shopt -s histappend |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |