|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Sun Feb13 19:03:52 EST 2005 |
| 5 | +Last updated:Mon Feb14 14:51:14 EST 2005 |
6 | 6 |
|
7 | 7 | The most recent version of this document can be viewed at the PostgreSQL web
|
8 | 8 | site, http://www.PostgreSQL.org.
|
@@ -297,6 +297,7 @@ Indexes
|
297 | 297 | * Allow accurate statistics to be collected on indexes with more than
|
298 | 298 | one column or expression indexes, perhaps using per-index statistics
|
299 | 299 | * Add fillfactor to control reserved free space during index creation
|
| 300 | +* Allow the creation of indexes with mixed ascending/descending specifiers |
300 | 301 |
|
301 | 302 |
|
302 | 303 | Commands
|
|