From: Bruce Momjian Date: Tue, 11 Mar 2008 15:39:23 +0000 (+0000) Subject: Document that statement_timeout is not recommended in postgresql.conf X-Git-Tag: REL8_4_BETA1~1844 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbd2e68cfb1a5601c1b857e26f7ad7d4956c87d6;p=thirdparty%2Fpostgresql.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 38f996ec0ba..b6a6b832a96 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -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. +