File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Oct 12 12:07:24 EDT 2001
3
+ Last updated: Fri Oct 12 12:13:27 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -124,7 +124,8 @@ INDEXES
124
124
* Have UPDATE/DELETE clean out indexes
125
125
* Add btree index support for reltime, tinterval, regproc
126
126
* Add rtree index support for line, lseg, path, point
127
- * Use indexes for min() and max()
127
+ * Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
128
+ BY col DESC LIMIT 1;
128
129
* Use index to restrict rows returned by multi-key index when used with
129
130
non-consecutive keys or OR clauses, so fewer heap accesses
130
131
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
You can’t perform that action at this time.
0 commit comments