From: Bruce Momjian Date: Fri, 4 Aug 2006 04:07:38 +0000 (+0000) Subject: Slight wording improvement in documentation. X-Git-Tag: REL8_2_BETA1~408 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a83437fcfd4d36876a8576313b7f945a86ab0242;p=thirdparty%2Fpostgresql.git Slight wording improvement in documentation. --- 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 @@ - + Routine Database Maintenance Tasks @@ -34,7 +34,7 @@ The other main category of maintenance task is periodic vacuuming of the database. This activity is discussed in - . Closely related to this is to update + . Closely related to this updating the statistics that will be used by the query planner, as discussed in .