11TODO list for PostgreSQL
22========================
3- Last updated:Sat May19 21:11:38 EDT 2001
3+ Last updated:Mon May21 14:36:45 EDT 2001
44
55Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -18,11 +18,8 @@ RELIABILITY
1818
1919PARSER
2020
21- * SELECT pg_class FROM pg_class generates strange error
21+ *- SELECT pg_class FROM pg_class generates strange error
2222* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
23- * UNIQUE INDEX on base column not honored on inserts from inherited table
24- INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
25- [inheritance]
2623
2724MISC
2825
@@ -104,6 +101,9 @@ INDEXES
104101* Re-enable partial indexes
105102* Allow inherited tables to inherit index, UNIQUE constraint, and primary key
106103 [inheritance]
104+ * UNIQUE INDEX on base column not honored on inserts from inherited table
105+ INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
106+ [inheritance]
107107* Prevent pg_attribute from having duplicate oids for indexes (Tom)
108108* Add UNIQUE capability to non-btree indexes
109109* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)