projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c3e4eb
)
Document that autovacuum_max_workers can only be set at server start
author
Peter Eisentraut
<
[email protected]
>
Sun, 13 Sep 2009 19:52:29 +0000
(19:52 +0000)
committer
Peter Eisentraut
<
[email protected]
>
Sun, 13 Sep 2009 19:52:29 +0000
(19:52 +0000)
per Joshua Tolley
doc/src/sgml/config.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/config.sgml
b/doc/src/sgml/config.sgml
index 54dfad403e8f5df19ec90fbef5407fa2e4c928db..d400592c9112b248f1b88c30820c29096b4b56a8 100644
(file)
--- 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;
<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>