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 9822c73 commit 01ead29Copy full SHA for 01ead29
doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.371 2005/09/22 23:47:44 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.372 2005/09/23 02:25:35 momjian Exp $
3
4
Typical markup:
5
@@ -177,7 +177,9 @@ pg_[A-Za-z0-9_] <application>
177
Integrating autovacuum into the server allows it to be
178
automatically started and stopped in sync with the database
179
server, and allows autovacuum to be configured from
180
- <filename>postgresql.conf</>.
+ <filename>postgresql.conf</>. Autovacuum now checks to see if
181
+ the database is in danger of xid wraparound and
182
+ <command>VACUUM</command>s the whole database if needed.
183
</para>
184
</listitem>
185
</varlistentry>
0 commit comments