aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-09-23 02:25:35 +0000
committerBruce Momjian <bruce@momjian.us>2005-09-23 02:25:35 +0000
commit01ead29b0cd542d3a4d9add326fed9eca0b7cddb (patch)
treec21e96ece59ad71dd807bbaf85beca0c3ffbc5fd
parent9822c73a9d8e568efd0be70415d56a0adb144e8d (diff)
downloadpostgresql-01ead29b0cd542d3a4d9add326fed9eca0b7cddb.tar.gz
postgresql-01ead29b0cd542d3a4d9add326fed9eca0b7cddb.zip
Please find attached a patch which tells about what the spiffy,
integrated autovacuum now does :) David Fetter
-rw-r--r--doc/src/sgml/release.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 10980a359df..04e62d3d8ac 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$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 $
Typical markup:
@@ -177,7 +177,9 @@ pg_[A-Za-z0-9_] <application>
Integrating autovacuum into the server allows it to be
automatically started and stopped in sync with the database
server, and allows autovacuum to be configured from
- <filename>postgresql.conf</>.
+ <filename>postgresql.conf</>. Autovacuum now checks to see if
+ the database is in danger of xid wraparound and
+ <command>VACUUM</command>s the whole database if needed.
</para>
</listitem>
</varlistentry>