File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,8 +372,8 @@ PostgreSQL documentation
372
372
<para>
373
373
Requesting exclusive locks on database objects while running a parallel dump could
374
374
cause the dump to fail. The reason is that the <application>pg_dump</application> leader process
375
- requests shared locks on the objects that the worker processes are going to dump later
376
- in order to
375
+ requests shared locks (<link linkend="locking-tables">ACCESS SHARE</link>) on the
376
+ objects that the worker processes are going to dump later in order to
377
377
make sure that nobody deletes them and makes them go away while the dump is running.
378
378
If another client then requests an exclusive lock on a table, that lock will not be
379
379
granted but will be queued waiting for the shared lock of the leader process to be
You can’t perform that action at this time.
0 commit comments