File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 $ -->
2
2
<!--
3
3
4
4
Typical markup:
@@ -14,6 +14,7 @@ non-ascii convert to & escapes
14
14
http://www.mountaindragon.com/html/iso.htm
15
15
encode multibytes as UTF8
16
16
http://www.pemberley.com/janeinfo/latin1.html#latexta
17
+ wrap long lines
17
18
18
19
For new features, add links to the documentation sections.
19
20
@@ -220,14 +221,14 @@ For new features, add links to the documentation sections.
220
221
221
222
<listitem>
222
223
<para>
223
- Add <literal>FILLFACTOR</> to <command>CREATE INDEX</>
224
+ Add <literal>FILLFACTOR</> to table and index creation
224
225
(ITAGAKI Takahiro)
225
226
</para>
226
227
227
228
<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 .
231
232
</para>
232
233
</listitem>
233
234
You can’t perform that action at this time.
0 commit comments