mirror of
https://github.com/postgres/postgres.git
synced 2025-12-22 17:42:17 +03:00
doc: clarify the behavior of identically-named savepoints
Original patch by David G. Johnston. Reported-by: David G. Johnston Discussion: https://postgr.es/m/CAKFQuwYQCxSSuSL18skCWG8QHFswOJ3hjovHsOZUE346i4OpVQ@mail.gmail.com Backpatch-through: 10
This commit is contained in:
@@ -82,8 +82,9 @@ RELEASE [ SAVEPOINT ] <replaceable>savepoint_name</replaceable>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If multiple savepoints have the same name, only the one that was most
|
||||
recently defined is released.
|
||||
If multiple savepoints have the same name, only the most recently defined
|
||||
unreleased one is released. Repeated commands will release progressively
|
||||
older savepoints.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
|
||||
Reference in New Issue
Block a user