From: Bruce Momjian Date: Sat, 23 Dec 2006 01:58:40 +0000 (+0000) Subject: Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE X-Git-Tag: REL8_3_BETA1~1663 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef5870350a58b827966505f6046b55a8dff7f253;p=postgresql Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE and UPDATE are clearly covered by the term. --- diff --git a/doc/src/sgml/ref/vacuum.sgml b/doc/src/sgml/ref/vacuum.sgml index cf039113f6..8ca884ccf3 100644 --- a/doc/src/sgml/ref/vacuum.sgml +++ b/doc/src/sgml/ref/vacuum.sgml @@ -1,5 +1,5 @@ @@ -29,7 +29,7 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ Description - VACUUM reclaims storage occupied by deleted tuples. + VACUUM reclaims storage occupied by expired tuples. In normal PostgreSQL operation, tuples that are deleted or obsoleted by an update are not physically removed from their table; they remain present until a VACUUM is