We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e14408 commit ad9201fCopy full SHA for ad9201f
doc/TODO
@@ -2,7 +2,7 @@
2
TODO list for PostgreSQL
3
========================
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
-Last updated: Sun Apr 10 19:21:33 EDT 2005
+Last updated: Thu Apr 14 19:12:47 EDT 2005
6
7
The most recent version of this document can be viewed at the PostgreSQL web
8
site, http://www.PostgreSQL.org.
@@ -267,7 +267,7 @@ Indexes
267
268
* Add UNIQUE capability to non-btree indexes
269
* Add rtree index support for line, lseg, path, point
270
-* Use indexes for MIN() and MAX()
+* -Use indexes for MIN() and MAX()
271
272
MIN/MAX queries can already be rewritten as SELECT col FROM tab ORDER
273
BY col {DESC} LIMIT 1. Completing this item involves doing this
0 commit comments