]> granicus.if.org Git - postgresql/commitdiff
Update TODO list.
authorBruce Momjian <bruce@momjian.us>
Sat, 31 Mar 2001 01:06:46 +0000 (01:06 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 31 Mar 2001 01:06:46 +0000 (01:06 +0000)
doc/TODO

index 83cd08d440477f8f436f26f1370446d0f583bc2c..8ef3dc74f129de234c078f561da1e47300e872f1 100644 (file)
--- 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)