projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854c423
)
Add to documentation:
author
Bruce Momjian
<bruce@momjian.us>
Tue, 11 Mar 2008 16:59:09 +0000
(16:59 +0000)
committer
Bruce 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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 77c823d46942f2095051d9a0a01ebb26a599eafc..a8ec2a14449bb8a65ff6fed1b2aa842279a15a26 100644
(file)
--- a/
doc/src/sgml/config.sgml
+++ b/
doc/src/sgml/config.sgml
@@
-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>