From: Peter Eisentraut Date: Sun, 13 Sep 2009 19:52:29 +0000 (+0000) Subject: Document that autovacuum_max_workers can only be set at server start X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=cca06f1a2d2003a1a655619e4b23106cb08e454f;p=users%2Fsimon%2Fpostgres.git Document that autovacuum_max_workers can only be set at server start per Joshua Tolley --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 54dfad403e..d400592c91 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3616,8 +3616,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv; 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 postgresql.conf file or on the server command line. + is three. This parameter can only be set at server start.