select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.3 / 7.2
Historical version. PostgreSQL 7.2 reached end of support in February 2007. See the current manual for supported releases.

SPI_freeplan

Name

SPI_freeplan --  Releases a previously saved plan

Synopsis

SPI_freeplan(plan)

Inputs

void *plan

Passed plan

Outputs

int
SPI_ERROR_ARGUMENT if plan is NULL

Description

SPI_freeplan releases a query plan previously returned by SPI_prepare or saved by SPI_saveplan.

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.