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

Commit 010e814

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

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
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Oct 12 12:13:27 EDT 2001
3+
Last updated: Fri Oct 12 12:13:58 EDT 2001
44

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

@@ -125,7 +125,7 @@ INDEXES
125125
* Add btree index support for reltime, tinterval, regproc
126126
* Add rtree index support for line, lseg, path, point
127127
* Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
128-
BY col DESC LIMIT 1;
128+
BY col DESC LIMIT 1
129129
* Use index to restrict rows returned by multi-key index when used with
130130
non-consecutive keys or OR clauses, so fewer heap accesses
131131
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,

0 commit comments

Comments
 (0)