Make it more clear that you need to release savepoint with

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: aa5bec67dee9bbd9929a468211d004c448859635
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2010-05-27T06:25:32Z
Releases: 9.0.0
Make it more clear that you need to release savepoint with
RELEASE SAVEPOINT to make an older savepoint with the same name
accessible. It's also possible to implicitly release the savepoint by
rolling back to an earlier savepoint, but mentioning that too would make
the note just more verbose and confusing.

Files

PathChange+/−
doc/src/sgml/ref/savepoint.sgml modified +5 −4