statement_timeout and pg_dump

Поиск
Список
Период
Сортировка
От Ivan Zolotukhin
Тема statement_timeout and pg_dump
Дата
Msg-id 751e56400605180404r3cf4f401u2b23c7db0c936a5b@mail.gmail.com
обсуждение исходный текст
Ответы Re: statement_timeout and pg_dump  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-general
Hello,

I've recently set up statement_timeout setting in postgresql.conf to
terminate long running queries from web clients. When I run long
maintance queries (that should not be terminated) like VACUUM FULL in
psql client, I can specify per session setting like `SET
statement_timeout TO 0` not to let it fail because of the above
timeout.

But it seems that it's not possible to do long running pg_dump in this
situation because it obviously fails when reaches timeout time. So are
there any ways to increase timeout time for the dump procedure?

Thanks,
Ivan Zolotukhin

В списке pgsql-general по дате отправления:

Предыдущее
От: Kenneth Downs
Дата:
Сообщение: Re: Announce: GPL Framework centered on Postgres
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: table variables