From: Bruce Momjian Date: Tue, 11 Mar 2008 16:59:09 +0000 (+0000) Subject: Add to documentation: X-Git-Tag: REL8_3_1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32aaf48022f3a91e6c36e24497baee9d22ba7d34;p=thirdparty%2Fpostgresql.git Add to documentation: + Setting statement_timeout in + postgresql.conf is not recommended because it + affects all sessions. Backpatch to 8.3.X. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index d62da5ba410..fa512d86907 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. +