Fix typo.

This commit is contained in:
Robert Haas 2010-06-14 01:07:41 +00:00
parent 9e3cd37576
commit dd6c1080d0

View File

@ -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"> <sect1 id="release-9-0">
<title>Release 9.0</title> <title>Release 9.0</title>
@ -97,7 +97,7 @@
<listitem> <listitem>
<para> <para>
As part of our decade-long effort to eliminate the pain of VACUUM, 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 rewriting the entire table and
indexes, rather than moving around single rows to compact space. indexes, rather than moving around single rows to compact space.
</para> </para>