From 83f5491c63f33cce5b84532cd76602295580809e Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Sat, 7 Aug 2010 13:07:06 +0000 Subject: [PATCH] Fix 9.0 release notes vacuum mention, not -> now Peter Fokkinga --- doc/src/sgml/release-9.0.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index 3d720bdc6c1..224788036e4 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> -- GitLab