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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Add a pg_dump option --lock-wait-timeout to allow failing the
Date
Msg-id 20080720184331.1CE29754A86@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Revert patch so .psqlrc can suppress startup banner: In psql,
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Code review for array_fill patch: fix inadequate check for array