Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Jul 2008 18:43:30 +0000 (18:43 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 20 Jul 2008 18:43:30 +0000 (18:43 +0000)
commitbaa882b250fe205cbc84dace676330e641c85a5c
treecc37d0354f1ad1f3f14851ff3620073ff299341d
parent95b3d0d82fb76f0b0e9c5a087bb5d746bbff085e
Add a pg_dump option --lock-wait-timeout to allow failing the dump if unable
to acquire shared table locks within a specified amount of time.

David Gould
doc/src/sgml/ref/pg_dump.sgml
src/bin/pg_dump/pg_dump.c