From: Bruce Momjian Date: Tue, 11 Mar 2008 15:39:33 +0000 (+0000) Subject: Document that statement_timeout is not recommended in postgresql.conf X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=00c30bee3cc1dcd54d07f23256a5f378035e648a;p=users%2Fbernd%2Fpostgres.git Document that statement_timeout is not recommended in postgresql.conf because it affects all sessions, including autovacuum. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6dbabd6910..a81ecf3586 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3877,6 +3877,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; logged. A value of zero (the default) turns off the limitation. + + + Setting statement_timeout in + postgresql.conf is not recommended because it + affects all sessions, including autovacuum. +