Обсуждение: pgsql: Add a pg_dump option --lock-wait-timeout to allow failing the

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)