Commit 2d049a07 authored by Bruce Momjian's avatar Bruce Momjian

Back out doc addition that statement_timeout affects autovacuum.

parent 032f9d9a
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.171 2008/03/11 15:39:23 momjian Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.172 2008/03/11 15:49:46 momjian Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
......@@ -3877,12 +3877,6 @@ 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, including autovacuum.
</para>
</listitem>
</varlistentry>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment