8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac2f2e commit a83437fCopy full SHA for a83437f
doc/src/sgml/maintenance.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="maintenance">
4
<title>Routine Database Maintenance Tasks</title>
@@ -34,7 +34,7 @@
34
<para>
35
The other main category of maintenance task is periodic <quote>vacuuming</>
36
of the database. This activity is discussed in
37
- <xref linkend="routine-vacuuming">. Closely related to this is to update
+ <xref linkend="routine-vacuuming">. Closely related to this updating
38
the statistics that will be used by the query planner, as discussed in
39
<xref linkend="vacuum-for-statistics">.
40
</para>
0 commit comments