meta data for this page
  •  

RELEASE SAVEPOINT

Available in: DSQL

Added in: 1.5

Description

Deletes a named savepoint, freeing up all the resources it binds.

Syntax

RELEASE SAVEPOINT name [ONLY]

Unless ONLY is added, all the savepoints created after the named savepoint are released as well.

For a full discussion of savepoints, see SAVEPOINT.