]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Clarify use of ACCESS EXCLUSIVE lock in various sections
authorMichael Paquier <michael@paquier.xyz>
Thu, 1 Apr 2021 06:29:06 +0000 (15:29 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 1 Apr 2021 06:29:06 +0000 (15:29 +0900)
commitdce3d2610dd627f07ded5a289702c43a6d997495
tree95b36e28cff026a27130f1602e7c295a36ff723d
parent58960fca4ef1953220e626aa2bce2446da04bfc7
doc: Clarify use of ACCESS EXCLUSIVE lock in various sections

Some sections of the documentation used "exclusive lock" to describe
that an ACCESS EXCLUSIVE lock is taken during a given operation.  This
can be confusing to the reader as ACCESS SHARE is allowed with an
EXCLUSIVE lock is used, but that would not be the case with what is
described on those parts of the documentation.

Author: Greg Rychlewski
Discussion: https://postgr.es/m/CAKemG7VptD=7fNWckFMsMVZL_zzvgDO6v2yVmQ+ZiBfc_06kCQ@mail.gmail.com
Backpatch-through: 9.6
doc/src/sgml/ddl.sgml
doc/src/sgml/hstore.sgml
doc/src/sgml/indexam.sgml
doc/src/sgml/maintenance.sgml
doc/src/sgml/mvcc.sgml
doc/src/sgml/pgrowlocks.sgml
doc/src/sgml/ref/drop_index.sgml
doc/src/sgml/ref/reindex.sgml
doc/src/sgml/ref/vacuum.sgml