RELEASE SAVEPOINT

Name

RELEASE SAVEPOINT -- destroy a previously defined savepoint

Synopsis

RELEASE [ SAVEPOINT ] savepoint_name

Description

Note: XCONLY: The following description applies only to Postgres-XC.

RELEASE SAVEPOINT is not supported by the current release of Postgres-XC.

Compatibility

This command conforms to the SQL standard. The standard specifies that the key word SAVEPOINT is mandatory, but PostgreSQL allows it to be omitted.

See Also

BEGIN, COMMIT, ROLLBACK, ROLLBACK TO SAVEPOINT, SAVEPOINT