PostgreSQL
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.
Prev | Up | Next |
---|---|---|
SPI_rollback |
47.5. Visibility of Data Changes |
Copyright © 1996-2023 The PostgreSQL Global Development Group