Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d9d026

Browse files
committed
Update TODO list.
1 parent 7bce3e9 commit 7d9d026

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Oct 12 12:07:24 EDT 2001
3+
Last updated: Fri Oct 12 12:13:27 EDT 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -124,7 +124,8 @@ INDEXES
124124
* Have UPDATE/DELETE clean out indexes
125125
* Add btree index support for reltime, tinterval, regproc
126126
* 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;
128129
* Use index to restrict rows returned by multi-key index when used with
129130
non-consecutive keys or OR clauses, so fewer heap accesses
130131
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,

0 commit comments

Comments
 (0)