aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-03-31 15:28:15 +0000
committerBruce Momjian <bruce@momjian.us>2001-03-31 15:28:15 +0000
commit491ae80c38ef14ebd2c6f50a93582d333393cd3f (patch)
tree0d55c9d67195af2647d6d8f45e1efb0bfe7fd79f
parent1f9f8edb2967d81784b0d73edec51d851ef3158b (diff)
downloadpostgresql-491ae80c38ef14ebd2c6f50a93582d333393cd3f.tar.gz
postgresql-491ae80c38ef14ebd2c6f50a93582d333393cd3f.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 4204d8f63a1..af89bb073c8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Mar 30 20:03:25 EST 2001
+Last updated: Sat Mar 31 10:28:08 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 and primary key
+* Allow inherited tables to inherit index, UNIQUE constraint, 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)