aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2008-03-11 16:59:00 +0000
committerBruce Momjian <bruce@momjian.us>2008-03-11 16:59:00 +0000
commita534afc8541d3e372931cf30f778d9bf0c390b83 (patch)
treeb1a96139dfa40f43bc61396d8febcc9350ba2ef5
parentb633f2b98ae62ffb34fa9489f415392ecc26cb92 (diff)
downloadpostgresql-a534afc8541d3e372931cf30f778d9bf0c390b83.tar.gz
postgresql-a534afc8541d3e372931cf30f778d9bf0c390b83.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.sgml8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 314e01053be..4f6d0c709c9 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>