Update TODO list.

This commit is contained in:
Bruce Momjian 2000-10-09 07:38:35 +00:00
parent e134556743
commit 8bbfac1571
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Thu Jul 27 22:27:39 EDT 2000
Last updated: Mon Oct 9 03:38:27 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -222,6 +222,7 @@ INDEXES
* Allow SELECT * FROM tab WHERE int2col = 4 use int2col index, int8,
float4, numeric/decimal too [optimizer]
* Include heap CTID in btree index keys, remove equal-key cruft from btree
* Use indexes with CIDR '<<' (contains) operator
CACHE