diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-03-11 15:49:52 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-03-11 15:49:52 +0000 |
commit | ff0e149c49d6f9a726a6ea0a0026239fed18b737 (patch) | |
tree | f6f39c537b19e6e7d630d0fcc04dfffe0df50714 | |
parent | 3d5bc6dc93a70cd19d7186a959b0b9beab2ce0d9 (diff) | |
download | postgresql-ff0e149c49d6f9a726a6ea0a0026239fed18b737.tar.gz postgresql-ff0e149c49d6f9a726a6ea0a0026239fed18b737.zip |
Back out doc addition that statement_timeout affects autovacuum.
-rw-r--r-- | doc/src/sgml/config.sgml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 2619776931a..d62da5ba410 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.164.2.2 2008/03/11 15:39:33 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.164.2.3 2008/03/11 15:49:52 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> |