Contents
RELEASE SAVEPOINT
A transaction command for removing a previous savepoint
RELEASE SAVEPOINT
is a transaction command for removing a previously defined savepoint.
RELEASE SAVEPOINT
was added in PostgreSQL 8.0.
Change history
- PostgreSQL 8.0
- added (initial commit cc813fc2)
References
- PostgreSQL documentation: RELEASE SAVEPOINT