Skip to content

Commit ad9201f

Browse files
committed
Done
> * -Use indexes for MIN() and MAX()
1 parent 8e14408 commit ad9201f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
TODO list for PostgreSQL
33
========================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sun Apr 10 19:21:33 EDT 2005
5+
Last updated: Thu Apr 14 19:12:47 EDT 2005
66

77
The most recent version of this document can be viewed at the PostgreSQL web
88
site, http://www.PostgreSQL.org.
@@ -267,7 +267,7 @@ Indexes
267267

268268
* Add UNIQUE capability to non-btree indexes
269269
* Add rtree index support for line, lseg, path, point
270-
* Use indexes for MIN() and MAX()
270+
* -Use indexes for MIN() and MAX()
271271

272272
MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
273273
BY col {DESC} LIMIT 1. Completing this item involves doing this

0 commit comments

Comments
 (0)