Update TODO list.

This commit is contained in:
Bruce Momjian 2000-01-13 01:57:04 +00:00
parent c6035cd173
commit 7c25123df4
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Wed Jan 12 20:45:08 EST 2000
Last updated: Wed Jan 12 20:53:32 EST 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -226,7 +226,8 @@ FSYNC
INDEXES
* Use indexes in ORDER BY for restrictive data sets, min(), max()
* Use indexes in ORDER BY for restrictive data sets
* Use indexes in ORDER BY for min(), max()
* Pull requested data directly from indexes, bypassing heap data
* Use index to restrict rows returned by multi-key index when used with
non-consecutive keys or OR clauses, so fewer heap accesses