diff options
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |