summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2001-03-31 01:06:46 +0000
committerBruce Momjian2001-03-31 01:06:46 +0000
commitc09db358b2fc7387188b071791d9349145c72cac (patch)
tree666a4a7f46f31af5c1a26a001504bd3b57b53b97
parent648c09181eae5459ba39b2f8310c274158783aa9 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 83cd08d4404..8ef3dc74f12 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Mar 30 13:36:16 EST 2001
+Last updated: Fri Mar 30 20:01:55 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -146,7 +146,7 @@ INDEXES
* -Allow SQL function indexes
* Add FILLFACTOR to index creation
* Re-enable partial indexes
-* Allow inherited tables to inherit index
+* Allow inherited tables to inherit index and primary key
* Prevent pg_attribute from having duplicate oids for indexes (Tom)
* Add UNIQUE capability to non-btree indexes
* Certain indexes will not shrink, i.e. oid indexes with many inserts (Vadim)