Commit 7c25123d authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent c6035cd1
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -226,7 +226,8 @@ FSYNC ...@@ -226,7 +226,8 @@ FSYNC
INDEXES 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 * Pull requested data directly from indexes, bypassing heap data
* Use index to restrict rows returned by multi-key index when used with * Use index to restrict rows returned by multi-key index when used with
non-consecutive keys or OR clauses, so fewer heap accesses non-consecutive keys or OR clauses, so fewer heap accesses
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment