Skip to content

Commit 7c25123

Browse files
committed
Update TODO list.
1 parent c6035cd commit 7c25123

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: Wed Jan 12 20:45:08 EST 2000
3+
Last updated: Wed Jan 12 20:53:32 EST 2000
44

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

@@ -226,7 +226,8 @@ FSYNC
226226

227227
INDEXES
228228

229-
* Use indexes in ORDER BY for restrictive data sets, min(), max()
229+
* Use indexes in ORDER BY for restrictive data sets
230+
* Use indexes in ORDER BY for min(), max()
230231
* Pull requested data directly from indexes, bypassing heap data
231232
* Use index to restrict rows returned by multi-key index when used with
232233
non-consecutive keys or OR clauses, so fewer heap accesses

0 commit comments

Comments
 (0)