aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-01-13 01:57:04 +0000
committerBruce Momjian <bruce@momjian.us>2000-01-13 01:57:04 +0000
commit7c25123df492350af8f05097c571f8452238ec12 (patch)
tree85599e09bb8d04b0dff5a1d842d8ff35fda88dee
parentc6035cd173ffc9c48ef6cdcb81c6ee888ea8ec04 (diff)
downloadpostgresql-7c25123df492350af8f05097c571f8452238ec12.tar.gz
postgresql-7c25123df492350af8f05097c571f8452238ec12.zip
Update TODO list.
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 34f20b16963..531d106fc48 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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