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