1- <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.437 2006/09/18 23:01:43 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.438 2006/09/18 23:19:50 momjian Exp $ -->
22<!--
33
44Typical markup:
@@ -14,6 +14,7 @@ non-ascii convert to & escapes
1414 http://www.mountaindragon.com/html/iso.htm
1515encode multibytes as UTF8
1616 http://www.pemberley.com/janeinfo/latin1.html#latexta
17+ wrap long lines
1718
1819For new features, add links to the documentation sections.
1920
@@ -220,14 +221,14 @@ For new features, add links to the documentation sections.
220221
221222 <listitem>
222223 <para>
223- Add <literal>FILLFACTOR</> to<command>CREATE INDEX</>
224+ Add <literal>FILLFACTOR</> totable and index creation
224225(ITAGAKI Takahiro)
225226 </para>
226227
227228 <para>
228- Thisprovides infrastructure toallow index access methods
229- to accept special parameters of all kinds, but
230- <literal>FILLFACTOR </> is implemented first .
229+ Thisadds extra free space toeach heap or index page,
230+ allowing improved performance as the database grows. This
231+ is particularly valuable to maintain <command>CLUSTER </>ing .
231232 </para>
232233 </listitem>
233234