Query: spi_finish
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SPI_FINISH(3) PostgreSQL 9.2.7 Documentation SPI_FINISH(3)NAMESPI_finish - disconnect a procedure from the SPI managerSYNOPSISint SPI_finish(void)DESCRIPTIONSPI_finish closes an existing connection to the SPI manager. You must call this function after completing the SPI operations needed during your procedure's current invocation. You do not need to worry about making this happen, however, if you abort the transaction via elog(ERROR). In that case SPI will clean itself up automatically. If SPI_finish is called without having a valid connection, it will return SPI_ERROR_UNCONNECTED. There is no fundamental problem with this; it means that the SPI manager has nothing to do.RETURN VALUESPI_OK_FINISH if properly disconnected SPI_ERROR_UNCONNECTED if called from an unconnected procedure PostgreSQL 9.2.7 2014-02-17 SPI_FINISH(3)
Related Man Pages |
---|
struct_spi_master(9) - centos |
ipsec_spigrp(8) - debian |
struct_spi_master(9) - suse |
struct_spi_message(9) - suse |
struct_spi_driver(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Set hard block limit for user using quota |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |
[TIP] Processing YAML files with yq |
Please Welcome Dave Munro to the Moderator Team! |