table of contents
other versions
- Tumbleweed 13.21-1.1
- Leap-16.0
- Leap-15.6
SPI_START_TRANSACTION(3) | PostgreSQL 13.21 Documentation | SPI_START_TRANSACTION(3) |
NAME¶
SPI_start_transaction - obsolete function
SYNOPSIS¶
void SPI_start_transaction(void)
DESCRIPTION¶
SPI_start_transaction does nothing, and exists only for code compatibility with earlier PostgreSQL releases. It used to be required after calling SPI_commit or SPI_rollback, but now those functions start a new transaction automatically.
2025 | PostgreSQL 13.21 |