From 95f1f192e84f5bdcc54cce71f14072091caff204 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Dec 2005 14:36:08 +0000 Subject: [PATCH] Improve lazy vacuum wording. --- doc/src/sgml/maintenance.sgml | 6 +++--- doc/src/sgml/release.sgml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 532dfe0ee06..5fb6a828caf 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -1,5 +1,5 @@ @@ -142,8 +142,8 @@ $PostgreSQL: pgsql/doc/src/sgml/maintenance.sgml,v 1.51.2.1 2005/12/07 05:36:08 just VACUUM, marks expired data in tables and indexes for future reuse; it does not attempt to reclaim the space used by this expired data unless the space is - at the end of the table and an exclusive lock can be obtained easily - on the table. Unused space at the start or middle of the file does + at the end of the table and an exclusive table lock can be easily + obtained. Unused space at the start or middle of the file does not result in the file being shortened and space returned to the operating system. This variant of VACUUM can be run concurrently with normal database operations. diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index ab450521afd..393808cf57a 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@