Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 91cce19

Browse files
committed
UPdate vacuum man page to be clearer.
1 parent 9edb0f7 commit 91cce19

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/src/sgml/ref/vacuum.sgml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.8 2000/04/05 21:51:11 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.9 2000/04/14 17:37:54 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -179,15 +179,15 @@ NOTICE: Index <replaceable class="PARAMETER">index</replaceable>: Pages 28;
179179
The open database is the target for <command>VACUUM</command>.
180180
</para>
181181
<para>
182-
We recommend that active production databases be cleaned nightly, in order
183-
to keep statistics relatively current. The <command>VACUUM</command>
184-
query may be executed at any time, however. In particular, after
185-
copying a large class into <productname>Postgres</productname>
186-
or after deleting a large number of
187-
records, it may be a good idea to issue a <command>VACUUM ANALYZE</command>
188-
query. This will update the system catalogs with the results of all
189-
recent changes, and allow the <productname>Postgres</productname>
190-
query optimizer to make better choices in planning user queries.
182+
We recommend that active production databases be
183+
<command>VACUUMM</command>-ed nightly, in order to keep remove
184+
expired rows. After copying a large class into
185+
<productname>Postgres</productname> or after deleting a large number
186+
of records, it may be a good idea to issue a <command>VACUUM
187+
ANALYZE</command> query. This will update the system catalogs with
188+
the results of all recent changes, and allow the
189+
<productname>Postgres</productname> query optimizer to make better
190+
choices in planning user queries.
191191
</para>
192192

193193
</refsect2>

0 commit comments

Comments
 (0)