diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 314e01053bed43fb31887ea6563fb4c642558bc0..4f6d0c709c981929f0d37057a54afe88d42dab95 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.172 2008/03/11 15:49:46 momjian Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.173 2008/03/11 16:59:00 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>