Adjust the description of locking to clarify that locks held by a

Tom Lane <tgl@sss.pgh.pa.us>

Commit: da6daee2168ef31c498e1195bf00c7a5d7230d8f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-12-01T01:04:36Z
Releases: 8.2.0
Adjust the description of locking to clarify that locks held by a
subtransaction are released if the subtransaction aborts --- in user-level
terminology, this means either rolling back to a savepoint or escaping from
a plpgsql exception block.  Per recent suggestion from Simon.

Files

PathChange+/−
doc/src/sgml/mvcc.sgml modified +26 −14