diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-11 16:59:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-11 16:59:09 +0000 |
commit | 32aaf48022f3a91e6c36e24497baee9d22ba7d34 (patch) | |
tree | db97a34b4da7c44c16b67767682a40f8bd33e205 | |
parent | ff0e149c49d6f9a726a6ea0a0026239fed18b737 (diff) | |
download | postgresql-32aaf48022f3a91e6c36e24497baee9d22ba7d34.tar.gz postgresql-32aaf48022f3a91e6c36e24497baee9d22ba7d34.zip |
Add to documentation:
+ Setting <varname>statement_timeout</> in
+ <filename>postgresql.conf</> is not recommended because it
+ affects all sessions.
Backpatch to 8.3.X.
-rw-r--r-- | doc/src/sgml/config.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.3 2008/03/11 15:49:52 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.4 2008/03/11 16:59:09 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -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. </para> + + <para> + Setting <varname>statement_timeout</> in + <filename>postgresql.conf</> is not recommended because it + affects all sessions. + </para> </listitem> </varlistentry> |