Re: [GENERAL] statement_timeout and pg_dump

2006-05-18 Thread Bruce Momjian
Ivan Zolotukhin wrote: > 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

[GENERAL] statement_timeout and pg_dump

2006-05-18 Thread Ivan Zolotukhin
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 t