Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd18c57

Browse files
committed
Properly mention in the release notes that fillfactor controls both heap
and indexes. Other cleanups.
1 parent e328f8b commit dd18c57

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

doc/src/sgml/release.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

44
Typical markup:
@@ -14,6 +14,7 @@ non-ascii convert to & escapes
1414
http://www.mountaindragon.com/html/iso.htm
1515
encode multibytes as UTF8
1616
http://www.pemberley.com/janeinfo/latin1.html#latexta
17+
wrap long lines
1718

1819
For 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</> to table and index creation
224225
(ITAGAKI Takahiro)
225226
</para>
226227

227228
<para>
228-
This provides infrastructure to allow index access methods
229-
to accept special parameters of all kinds, but
230-
<literal>FILLFACTOR</> is implemented first.
229+
This adds extra free space to each 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

0 commit comments

Comments
 (0)