From: Bruce Momjian Date: Tue, 11 Mar 2008 16:59:09 +0000 (+0000) Subject: Add to documentation: X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=b8609338a145bcfa65779c6c657089fd316a21b6;p=users%2Fbernd%2Fpostgres.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 6dbabd6910..fe02985e1b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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. +