Commit dd18c579 authored by Bruce Momjian's avatar Bruce Momjian

Properly mention in the release notes that fillfactor controls both heap

and indexes.  Other cleanups.
parent e328f8b0
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.437 2006/09/18 23:01:43 momjian Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.438 2006/09/18 23:19:50 momjian Exp $ -->
<!-- <!--
Typical markup: Typical markup:
...@@ -14,6 +14,7 @@ non-ascii convert to & escapes ...@@ -14,6 +14,7 @@ non-ascii convert to & escapes
http://www.mountaindragon.com/html/iso.htm http://www.mountaindragon.com/html/iso.htm
encode multibytes as UTF8 encode multibytes as UTF8
http://www.pemberley.com/janeinfo/latin1.html#latexta http://www.pemberley.com/janeinfo/latin1.html#latexta
wrap long lines
For new features, add links to the documentation sections. For new features, add links to the documentation sections.
...@@ -220,14 +221,14 @@ For new features, add links to the documentation sections. ...@@ -220,14 +221,14 @@ For new features, add links to the documentation sections.
<listitem> <listitem>
<para> <para>
Add <literal>FILLFACTOR</> to <command>CREATE INDEX</> Add <literal>FILLFACTOR</> to table and index creation
(ITAGAKI Takahiro) (ITAGAKI Takahiro)
</para> </para>
<para> <para>
This provides infrastructure to allow index access methods This adds extra free space to each heap or index page,
to accept special parameters of all kinds, but allowing improved performance as the database grows. This
<literal>FILLFACTOR</> is implemented first. is particularly valuable to maintain <command>CLUSTER</>ing.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment