We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f8276a commit f086264Copy full SHA for f086264
doc/src/sgml/mvcc.sgml
@@ -1041,7 +1041,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
1041
<para>
1042
Once acquired, a lock is normally held until the end of the transaction. But if a
1043
lock is acquired after establishing a savepoint, the lock is released
1044
- immediately if the savepoint is rolled back. This is consistent with
+ immediately if the savepoint is rolled back to. This is consistent with
1045
the principle that <command>ROLLBACK</command> cancels all effects of the
1046
commands since the savepoint. The same holds for locks acquired within a
1047
<application>PL/pgSQL</application> exception block: an error escape from the block
0 commit comments