1SPI_START_TRANSACTION(3) PostgreSQL 14.3 DocumentationSPI_START_TRANSACTION(3)
2
3
4

NAME

6       SPI_start_transaction - obsolete function
7

SYNOPSIS

9       void SPI_start_transaction(void)
10

DESCRIPTION

12       SPI_start_transaction does nothing, and exists only for code
13       compatibility with earlier PostgreSQL releases. It used to be required
14       after calling SPI_commit or SPI_rollback, but now those functions start
15       a new transaction automatically.
16
17
18
19PostgreSQL 14.3                      2022             SPI_START_TRANSACTION(3)
Impressum