From: Bruce Momjian <bruce@momjian.us> Date: Sat, 7 Aug 2010 13:07:06 +0000 (+0000) Subject: Fix 9.0 release notes vacuum mention, not -> now X-Git-Tag: REL9_1_ALPHA1~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83f5491c63f33cce5b84532cd76602295580809e;p=postgresql Fix 9.0 release notes vacuum mention, not -> now Peter Fokkinga --- diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 3d720bdc6c..224788036e 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.47 2010/08/06 19:13:13 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.48 2010/08/07 13:07:06 momjian Exp $ --> <sect1 id="release-9-0"> <title>Release 9.0</title> @@ -141,7 +141,7 @@ <listitem> <para> As part of our decade-long effort to eliminate the pain of VACUUM, - <command>VACUUM FULL</> is not substantially faster by + <command>VACUUM FULL</> is now substantially faster by rewriting the entire table and indexes, rather than moving around single rows to compact space. </para>