|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.371 2005/09/22 23:47:44 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.372 2005/09/23 02:25:35 momjian Exp $ |
3 | 3 |
|
4 | 4 | Typical markup:
|
5 | 5 |
|
@@ -177,7 +177,9 @@ pg_[A-Za-z0-9_] <application>
|
177 | 177 | Integrating autovacuum into the server allows it to be
|
178 | 178 | automatically started and stopped in sync with the database
|
179 | 179 | server, and allows autovacuum to be configured from
|
180 |
| - <filename>postgresql.conf</>. |
| 180 | + <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. |
181 | 183 | </para>
|
182 | 184 | </listitem>
|
183 | 185 | </varlistentry>
|
|