Add to documentation:
authorBruce Momjian <bruce@momjian.us>
Tue, 11 Mar 2008 16:59:09 +0000 (16:59 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 11 Mar 2008 16:59:09 +0000 (16:59 +0000)
+         Setting <varname>statement_timeout</> in
+         <filename>postgresql.conf</> is not recommended because it
+         affects all sessions.

Backpatch to 8.3.X.

doc/src/sgml/config.sgml

index 6dbabd6910573e694b0d566a2c56208857696a5c..fe02985e1b00ec5cea822c7a3d0bdb28ab103aac 100644 (file)
@@ -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>