1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Clarify autovacuum wording.

This commit is contained in:
Bruce Momjian 2005-09-23 02:42:34 +00:00
parent 01ead29b0c
commit e885554c8d

View File

@ -1,5 +1,5 @@
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.372 2005/09/23 02:25:35 momjian Exp $ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.373 2005/09/23 02:42:34 momjian Exp $
Typical markup: Typical markup:
@ -177,9 +177,9 @@ pg_[A-Za-z0-9_] <application>
Integrating autovacuum into the server allows it to be Integrating autovacuum into the server allows it to be
automatically started and stopped in sync with the database automatically started and stopped in sync with the database
server, and allows autovacuum to be configured from server, and allows autovacuum to be configured from
<filename>postgresql.conf</>. Autovacuum now checks to see if <filename>postgresql.conf</>. Also autovacuum now checks
the database is in danger of xid wraparound and if the database is in danger of xid wraparound and
<command>VACUUM</command>s the whole database if needed. vacuums the database if needed.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>