Index: ref/vacuum.sgml
===================================================================
RCS file: /home/alvherre/cvs/pgsql/doc/src/sgml/ref/vacuum.sgml,v
retrieving revision 1.36
diff -c -r1.36 vacuum.sgml
*** ref/vacuum.sgml 2 Dec 2004 19:28:48 -0000 1.36
--- ref/vacuum.sgml 29 Jul 2005 17:03:36 -0000
***************
*** 174,179 ****
--- 174,188 ----
to occupy less disk space. VACUUM FULL will usually
shrink the table more than a plain VACUUM would.
+
+
+ During VACUUM execution, there can be a substantial
+ increase in I/O traffic, which cause poor performance for other active
+ sessions. Therefore, it is sometimes advisable to use
+ the cost-based vacuum delay feature. See for more
+ details.
+
***************
*** 229,234 ****
--- 238,244 ----
+