From 06d42b0867c4556501b0de34797bbce5b776e9f7 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Mar 2008 15:49:52 +0000 Subject: [PATCH] Back out doc addition that statement_timeout affects autovacuum. --- doc/src/sgml/config.sgml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 93206ba51b..77c823d469 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. - -- 2.39.5