doc: Clarify use of ACCESS EXCLUSIVE lock in various sections

Michael Paquier <michael@paquier.xyz>

Commit: 5ae07439db9e35120cd1c24fa96533307c9c09ec
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-04-01T06:29:12Z
Releases: 9.6.22
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

Files

Documentation touched

Discussion