|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.227 2009/09/11 19:17:03 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.228 2009/09/13 19:52:29 petere Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter Id="runtime-config">
|
4 | 4 | <title>Server Configuration</title>
|
@@ -3616,8 +3616,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
3616 | 3616 | <para>
|
3617 | 3617 | Specifies the maximum number of autovacuum processes (other than the
|
3618 | 3618 | autovacuum launcher) which may be running at any one time. The default
|
3619 |
| - is three. This parameter can only be set in |
3620 |
| - the <filename>postgresql.conf</> file or on the server command line. |
| 3619 | + is three. This parameter can only be set at server start. |
3621 | 3620 | </para>
|
3622 | 3621 | </listitem>
|
3623 | 3622 | </varlistentry>
|
|