SAVEPOINT

Name

SAVEPOINT -- define a new savepoint within the current transaction

Synopsis

SAVEPOINT savepoint_name

Description

Note: The following description applies only to Postgres-XL

SAVEPOINT has not been supported by Postgres-XL yet. This command may be supported in the future releases.

See Also

BEGIN, COMMIT, RELEASE SAVEPOINT, ROLLBACK, ROLLBACK TO SAVEPOINT