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 7d9d026 commit 010e814Copy full SHA for 010e814
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Fri Oct 12 12:13:27 EDT 2001
+Last updated: Fri Oct 12 12:13:58 EDT 2001
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -125,7 +125,7 @@ INDEXES
125
* Add btree index support for reltime, tinterval, regproc
126
* Add rtree index support for line, lseg, path, point
127
* Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
128
- BY col DESC LIMIT 1;
+ BY col DESC LIMIT 1
129
* Use index to restrict rows returned by multi-key index when used with
130
non-consecutive keys or OR clauses, so fewer heap accesses
131
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
0 commit comments