|
2 | 2 | TODO list for PostgreSQL
|
3 | 3 | ========================
|
4 | 4 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
5 |
| -Last updated:Sun Apr10 19:21:33 EDT 2005 |
| 5 | +Last updated:Thu Apr14 19:12:47 EDT 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.
|
@@ -267,7 +267,7 @@ Indexes
|
267 | 267 |
|
268 | 268 | * Add UNIQUE capability to non-btree indexes
|
269 | 269 | * Add rtree index support for line, lseg, path, point
|
270 |
| -* Use indexes for MIN() and MAX() |
| 270 | +*-Use indexes for MIN() and MAX() |
271 | 271 |
|
272 | 272 | MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
|
273 | 273 | BY col {DESC} LIMIT 1. Completing this item involves doing this
|
|