aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2009-09-13 19:52:29 +0000
committerPeter Eisentraut <peter_e@gmx.net>2009-09-13 19:52:29 +0000
commit6689ce3e6aba88682b9e7e276daa3c4c58e7df24 (patch)
treed56533edb663986dddc4f98f8e023989ecba8957
parent7f2a10fecd899608443f7e3f57a04ae7ae4a3398 (diff)
downloadpostgresql-6689ce3e6aba88682b9e7e276daa3c4c58e7df24.tar.gz
postgresql-6689ce3e6aba88682b9e7e276daa3c4c58e7df24.zip
Document that autovacuum_max_workers can only be set at server start
per Joshua Tolley
-rw-r--r--doc/src/sgml/config.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index f995b655b6b..fa2a12feab1 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.227 2009/09/11 19:17:03 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.228 2009/09/13 19:52:29 petere Exp $ -->
<chapter Id="runtime-config">
<title>Server Configuration</title>
@@ -3616,8 +3616,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
<para>
Specifies the maximum number of autovacuum processes (other than the
autovacuum launcher) which may be running at any one time. The default
- is three. This parameter can only be set in
- the <filename>postgresql.conf</> file or on the server command line.
+ is three. This parameter can only be set at server start.
</para>
</listitem>
</varlistentry>