Fix 9.0 release notes vacuum mention, not -> now

Peter Fokkinga
pull/1/head
Bruce Momjian 15 years ago
parent e49ae8d3bc
commit 83f5491c63
  1. 4
      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"> <sect1 id="release-9-0">
<title>Release 9.0</title> <title>Release 9.0</title>
@ -141,7 +141,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>

Loading…
Cancel
Save