Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a534afc

Browse files
committed
Add to documentation:
+ Setting <varname>statement_timeout</> in + <filename>postgresql.conf</> is not recommended because it + affects all sessions. Backpatch to 8.3.X.
1 parent b633f2b commit a534afc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

doc/src/sgml/config.sgml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.172 2008/03/11 15:49:46 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.173 2008/03/11 16:59:00 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -3877,6 +3877,12 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
38773877
logged. A value of zero (the default) turns off the
38783878
limitation.
38793879
</para>
3880+
3881+
<para>
3882+
Setting <varname>statement_timeout</> in
3883+
<filename>postgresql.conf</> is not recommended because it
3884+
affects all sessions.
3885+
</para>
38803886
</listitem>
38813887
</varlistentry>
38823888

0 commit comments

Comments
 (0)