pg_dump shared locks documentation

Florin Irion <irionr@gmail.com>

From: Florin Irion <irionr@gmail.com>
To: pgsql-docs@lists.postgresql.org
Date: 2022-03-15T14:19:47Z
Lists: pgsql-docs

Attachments

Hi, 

In the `pg_dump` documentation we talk about "shared locks", but IIUC, we actually take `AccessShareLock`s. 
This might be misunderstood with the `ShareLock`.

There are 5 occurrences. 4 in `--jobs=njobs` and 1 in `--lock-wait-timeout=timeout` sections. 

Cheers,  
Florin Irion

Commits

  1. Clarify that pg_dump takes ACCESS SHARE lock