|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.19 2005/09/21 20:33:33 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20 2005/09/23 02:06:58 momjian Exp $ |
3 | 3 | -->
|
4 | 4 | <chapter Id="runtime-config">
|
5 | 5 | <title>Run-time Configuration</title>
|
@@ -2920,6 +2920,8 @@ SELECT * FROM parent WHERE key = 2400;
|
2920 | 2920 | <para>
|
2921 | 2921 | Controls whether the server should start the
|
2922 | 2922 | autovacuum subprocess. This is off by default.
|
| 2923 | + <varname>stats_start_collector</> and <varname>stats_row_level</> |
| 2924 | + must also be on for this to start. |
2923 | 2925 | This option can only be set at server start or in the
|
2924 | 2926 | <filename>postgresql.conf</filename> file.
|
2925 | 2927 | </para>
|
|