Navigation : PostgreSQL 9.2.24 Documentation > SPI_pop SPI_pop PostgreSQL 9.2.24 Documentation Prev Up Next Name SPI_pop -- pop SPI stack to return from recursive SPI usage Synopsis void SPI_pop(void) Description SPI_pop pops the previous environment from the SPI call stack. See SPI_push . Prev Home Next SPI_push Up SPI_execute