From be389bcf8fe7498610de582f8e6504115fda8aae Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 5 Oct 2000 19:57:23 +0000 Subject: [PATCH] Final proofreader changes to docs. --- doc/src/sgml/ref/update.sgml | 4 ++-- doc/src/sgml/ref/vacuum.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/update.sgml b/doc/src/sgml/ref/update.sgml index 035e3adb22..8ad2e80a0d 100644 --- a/doc/src/sgml/ref/update.sgml +++ b/doc/src/sgml/ref/update.sgml @@ -1,5 +1,5 @@ @@ -105,7 +105,7 @@ UPDATE # The # means the number of rows updated. If # - is equal 0 no rows are updated. + is 0 no rows are updated. diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index 3928408a4a..984b808403 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -1,5 +1,5 @@ @@ -180,7 +180,7 @@ NOTICE: Index index: Pages 28; We recommend that active production databases be - VACUUM-ed nightly, in order to keep remove + VACUUM-ed nightly, in order to remove expired rows. After copying a large class into Postgres or after deleting a large number of records, it may be a good idea to issue a VACUUM -- 2.49.0