Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5d5c141

Browse files
committed
Done:
> * -Add fillfactor to control reserved free space during index creation
1 parent ff3003e commit 5d5c141

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sat Jul 1 21:59:41 EDT 2006
5+
Last updated: Sat Jul 1 22:22:33 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -972,7 +972,7 @@ Indexes
972972

973973
* Allow accurate statistics to be collected on indexes with more than
974974
one column or expression indexes, perhaps using per-index statistics
975-
* Add fillfactor to control reserved free space during index creation
975+
* -Add fillfactor to control reserved free space during index creation
976976
* Allow the creation of indexes with mixed ascending/descending
977977
specifiers
978978

doc/src/FAQ/TODO.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat Jul 1 21:59:41 EDT 2006
11+
Last updated: Sat Jul 1 22:22:33 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -880,7 +880,7 @@ <h1><a name="section_13">Indexes</a></h1>
880880
</p>
881881
</li><li>Allow accurate statistics to be collected on indexes with more than
882882
one column or expression indexes, perhaps using per-index statistics
883-
</li><li>Add fillfactor to control reserved free space during index creation
883+
</li><li>-<em>Add fillfactor to control reserved free space during index creation</em>
884884
</li><li>Allow the creation of indexes with mixed ascending/descending
885885
specifiers
886886
<p> This is possible now by creating an operator class with reversed sort

0 commit comments

Comments
 (0)