|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.372 2005/09/23 02:25:35 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.373 2005/09/23 02:42:34 momjian Exp $ |
3 | 3 |
|
4 | 4 | Typical markup: |
5 | 5 |
|
@@ -177,9 +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</>.Autovacuumnow checks to see if |
181 | | - the database is in danger of xid wraparound and |
182 | | -<command>VACUUM</command>s the whole database if needed. |
| 180 | + <filename>postgresql.conf</>.Also autovacuumnow checks |
| 181 | +ifthe database is in danger of xid wraparound and |
| 182 | +vacuums the database if needed. |
183 | 183 | </para> |
184 | 184 | </listitem> |
185 | 185 | </varlistentry> |
|