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-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=a9897708ca8d0120b96779301e97009d8dd42471;p=users%2Fbernd%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 a81ecf3586..6dbabd6910 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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. -