Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ea8ae commit 9822c73Copy full SHA for 9822c73
doc/src/sgml/config.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.19 2005/09/21 20:33:33 tgl Exp $
+$PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.20 2005/09/23 02:06:58 momjian Exp $
3
-->
4
<chapter Id="runtime-config">
5
<title>Run-time Configuration</title>
@@ -2920,6 +2920,8 @@ SELECT * FROM parent WHERE key = 2400;
2920
<para>
2921
Controls whether the server should start the
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.
2925
This option can only be set at server start or in the
2926
<filename>postgresql.conf</filename> file.
2927
</para>
0 commit comments