OSDN Git Service

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)
commit673a30fbb2b665aac9a5f660986be73aab8fc59a
treef38d006f5ec24beec9883fb49096480c7bbe6b07
parentb133ceb77d0c5429cce5d6adcd7438560965ee12
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