From: Bruce Momjian Date: Tue, 11 Mar 2008 15:49:52 +0000 (+0000) Subject: Back out doc addition that statement_timeout affects autovacuum. X-Git-Tag: REL8_3_1~13 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ff0e149c49d6f9a726a6ea0a0026239fed18b737;p=users%2Fgsingh%2Fpostgres.git Back out doc addition that statement_timeout affects autovacuum. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2619776931..d62da5ba41 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ - + Server Configuration @@ -3877,12 +3877,6 @@ 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. -