Index: ref/vacuum.sgml =================================================================== RCS file: /projects/cvsroot/pgsql-server/doc/src/sgml/ref/vacuum.sgml,v retrieving revision 1.26 diff -c -r1.26 vacuum.sgml *** ref/vacuum.sgml 2002/09/21 18:32:54 1.26 --- ref/vacuum.sgml 2002/10/08 03:44:04 *************** *** 186,192 **** 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 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 --- 186,193 ---- 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, 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