From bbd2e68cfb1a5601c1b857e26f7ad7d4956c87d6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 11 Mar 2008 15:39:23 +0000 Subject: [PATCH] Document that statement_timeout is not recommended in postgresql.conf because it affects all sessions, including autovacuum. --- doc/src/sgml/config.sgml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 38f996ec0b..b6a6b832a9 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. + -- 2.49.0