File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -972,7 +972,7 @@ Indexes
972
972
973
973
* Allow accurate statistics to be collected on indexes with more than
974
974
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
976
976
* Allow the creation of indexes with mixed ascending/descending
977
977
specifiers
978
978
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
880
880
</ p >
881
881
</ li > < li > Allow accurate statistics to be collected on indexes with more than
882
882
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 >
884
884
</ li > < li > Allow the creation of indexes with mixed ascending/descending
885
885
specifiers
886
886
< p > This is possible now by creating an operator class with reversed sort
You can’t perform that action at this time.
0 commit comments