From dd6c1080d069e69ec4f47ac797467f3af60043ac Mon Sep 17 00:00:00 2001 From: Robert Haas <rhaas@postgresql.org> Date: Mon, 14 Jun 2010 01:07:41 +0000 Subject: [PATCH] Fix typo. --- 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 e5002c13415..845e1cd3be3 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.29 2010/06/10 21:48:28 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.30 2010/06/14 01:07:41 rhaas Exp $ --> <sect1 id="release-9-0"> <title>Release 9.0</title> @@ -97,7 +97,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