pgsql: Add a pg_dump option --lock-wait-timeout to allow failing the

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a pg_dump option --lock-wait-timeout to allow failing the
Date: 2008-07-20 18:43:31
Message-ID: 20080720184331.1CE29754A86@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
pg_dump.sgml (r1.102 -> r1.103)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dump.sgml?r1=1.102&r2=1.103)
pgsql/src/bin/pg_dump:
pg_dump.c (r1.496 -> r1.497)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.496&r2=1.497)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-07-21 04:47:00 pgsql: Code review for array_fill patch: fix inadequate check for array
Previous Message Bruce Momjian 2008-07-20 06:08:38 pgsql: Revert patch so .psqlrc can suppress startup banner: In psql,