summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-10-15 21:45:30 +0000
committerBruce Momjian <bruce@momjian.us>2000-10-15 21:45:30 +0000
commit356a6a4ea55ae0ca4b11aa07c6bdcf10a93ffd0a (patch)
treef77a73f2319fcacf1cc267ed14922f2bda6f290e
parentb65d32671f873179956fae5d1b5c3a34be0120ed (diff)
Update TODO list.
-rw-r--r--doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 398e019bde8..b0135823157 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
-TODO list for PostgreSQL
+ODO list for PostgreSQL
========================
-Last updated: Sun Oct 15 14:52:50 EDT 2000
+Last updated: Sun Oct 15 17:44:54 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -231,6 +231,8 @@ INDEXES
float4, numeric/decimal too [optimizer]
* Include heap CTID in btree index keys, remove equal-key cruft from btree
* Use indexes with CIDR '<<' (contains) operator
+* Prevent index lookups (or index entries using partial index) on most
+ common values; instead use sequential scan
CACHE