1SPI_START_TRANSACTION(3) PostgreSQL 14.3 DocumentationSPI_START_TRANSACTION(3)
23
4
NAME
6SPI_start_transaction - obsolete function
7
SYNOPSIS
9void SPI_start_transaction(void)
10
DESCRIPTION
12SPI_start_transaction does nothing, and exists only for code
13compatibility with earlier PostgreSQL releases. It used to be required
14after calling SPI_commit or SPI_rollback, but now those functions start
15a new transaction automatically.
1617
18
19
PostgreSQL 14.3 2022 SPI_START_TRANSACTION(3)