Skip to content
Snippets Groups Projects
Commit a83437fc authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Slight wording improvement in documentation.

parent 9ac2f2e8
No related branches found
No related tags found
No related merge requests found
<!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.58 2006/08/01 19:17:17 alvherre Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.59 2006/08/04 04:07:38 momjian Exp $ -->
<chapter id="maintenance"> <chapter id="maintenance">
<title>Routine Database Maintenance Tasks</title> <title>Routine Database Maintenance Tasks</title>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<para> <para>
The other main category of maintenance task is periodic <quote>vacuuming</> The other main category of maintenance task is periodic <quote>vacuuming</>
of the database. This activity is discussed in of the database. This activity is discussed in
<xref linkend="routine-vacuuming">. Closely related to this is to update <xref linkend="routine-vacuuming">. Closely related to this updating
the statistics that will be used by the query planner, as discussed in the statistics that will be used by the query planner, as discussed in
<xref linkend="vacuum-for-statistics">. <xref linkend="vacuum-for-statistics">.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment