Rechercher une page de manuel
spi_finish
Langue: en
Version: 2007-02-07 (ubuntu - 16/08/07)
Section: 7 (Divers)
Sommaire
NAME
SPI_finish - disconnect a procedure from the SPI managerSYNOPSIS
int SPI_finish(void)
DESCRIPTION
SPI_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 VALUE
- SPI_OK_FINISH
- if properly disconnected
- SPI_ERROR_UNCONNECTED
- if called from an unconnected procedure
Prétendre que les trop riches sont utiles parce qu'ils
font travailler les trop pauvres est une grande naïveté :
Les uns n'existeraient pas sans les autres.
-+- Gilbert Cesbron (1913-1979), de petites choses. -+-
font travailler les trop pauvres est une grande naïveté :
Les uns n'existeraient pas sans les autres.
-+- Gilbert Cesbron (1913-1979), de petites choses. -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre