summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2000-10-15 21:52:48 +0000
committerBruce Momjian2000-10-15 21:52:48 +0000
commit69c8f48b0e182f550054b61e02090c8bcd4d6d34 (patch)
treefb8f20e853d6c450ab5f2669254c8382dc5547b8 /doc/TODO
parent280e9377b1b12a0c2e329079287d58a0a543ba1a (diff)
Update TODO list.
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 53ea1f19a95..8062497e526 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
ODO list for PostgreSQL
========================
-Last updated: Sun Oct 15 17:50:15 EDT 2000
+Last updated: Sun Oct 15 17:52:03 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -232,8 +232,6 @@ 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