Contents
PREPARE TRANSACTION
A command for preparing the current transaction for two-phase commit
PREPARE TRANSACTION
is a transaction command for preparing the current transaction for two-phase commit.
PREPARE TRANSACTION
was added in PostgreSQL 8.1.
Change history
- PostgreSQL 8.1
- added (commit d0a89683)
References
- PostgreSQL documentation: PREPARE TRANSACTION