precision.
vacuum.patch updates ref/vacuum.sgml to explicitly state that an
exclusive lock is not obtained during normal (non-FULL) vacuum.
Rod Taylor
SET TIME ZONE 'Europe/Rome';
SELECT CURRENT_TIMESTAMP AS today;
-
- today
-------------------------
- 1998-03-31 17:41:31+02
+
+ today
+-------------------------------
+ 2002-10-08 05:39:35.008271+02
Plain VACUUM (without FULL>) simply reclaims
space and makes it
available for re-use. This form of the command can operate in parallel
- with normal reading and writing of the table. VACUUM
+ with normal reading and writing of the table, as an exclusive lock
+ is not obtained. VACUUM
FULL does more extensive processing, including moving of tuples
across blocks to try to compact the table to the minimum number of disk
blocks. This form is much slower and requires an exclusive lock on each