Add to documentation:

+         Setting <varname>statement_timeout</> in
+         <filename>postgresql.conf</> is not recommended because it
+         affects all sessions.

Backpatch to 8.3.X.
This commit is contained in:
Bruce Momjian 2008-03-11 16:59:09 +00:00
parent ff0e149c49
commit 32aaf48022

View File

@ -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>