|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Apr20 16:16:27 EDT 2004 |
| 3 | +Last updated:Wed Apr28 12:35:30 EDT 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -133,7 +133,6 @@ Indexes
|
133 | 133 | [inheritance]
|
134 | 134 | * Add UNIQUE capability to non-btree indexes
|
135 | 135 | * Add rtree index support for line, lseg, path, point
|
136 |
| - columns and indexes with many duplicate keys |
137 | 136 | * Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
|
138 | 137 | BY col DESC LIMIT 1 if appropriate index exists and WHERE clause acceptible
|
139 | 138 | * Use index to restrict rows returned by multi-key index when used with
|
|