PostgreSQL
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 C function in the current session.
Submit correction
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.
Copyright © 1996-2024 The PostgreSQL Global Development Group