aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-08-04 04:07:38 +0000
committerBruce Momjian <bruce@momjian.us>2006-08-04 04:07:38 +0000
commita83437fcfd4d36876a8576313b7f945a86ab0242 (patch)
treec07a0a8f0bb98da349af61dd36c374e841b19037
parent9ac2f2e8ea1f427d14b07078702154422cedbb8b (diff)
downloadpostgresql-a83437fcfd4d36876a8576313b7f945a86ab0242.tar.gz
postgresql-a83437fcfd4d36876a8576313b7f945a86ab0242.zip
Slight wording improvement in documentation.
-rw-r--r--doc/src/sgml/maintenance.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index 531a309ad05..20a42c5b534 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -1,4 +1,4 @@
-<!-- $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">
<title>Routine Database Maintenance Tasks</title>
@@ -34,7 +34,7 @@
<para>
The other main category of maintenance task is periodic <quote>vacuuming</>
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
<xref linkend="vacuum-for-statistics">.
</para>