Clarify that pg_dump takes ACCESS SHARE lock

John Naylor <john.naylor@postgresql.org>

Commit: b32a588961161ba36d01ff8dbccfc949493232c7
Author: John Naylor <john.naylor@postgresql.org>
Date: 2022-07-15T01:18:44Z
Releases: 15.0
Clarify that pg_dump takes ACCESS SHARE lock

Add link to the description of lock levels to avoid confusing "shared locks"
with SHARE locks.

Florin Irion

Reviewed-by: Álvaro Herrera, Tom Lane, and Nathan Bossart
Discussion: https://www.postgresql.org/message-id/flat/d0f30cc2-3c76-1d43-f291-7c4b2872d653@gmail.com

This is a backpatch of 4e2e8d71f, applied through version 14

Files

PathChange+/−
doc/src/sgml/ref/pg_dump.sgml modified +2 −2

Documentation touched