Commit 984bf07a authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 5546ec28
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Sat May 19 21:11:38 EDT 2001 Last updated: Mon May 21 14:36:45 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -18,11 +18,8 @@ RELIABILITY ...@@ -18,11 +18,8 @@ RELIABILITY
PARSER PARSER
* SELECT pg_class FROM pg_class generates strange error * -SELECT pg_class FROM pg_class generates strange error
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT * ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
* UNIQUE INDEX on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
[inheritance]
MISC MISC
...@@ -104,6 +101,9 @@ INDEXES ...@@ -104,6 +101,9 @@ INDEXES
* Re-enable partial indexes * Re-enable partial indexes
* Allow inherited tables to inherit index, UNIQUE constraint, and primary key * Allow inherited tables to inherit index, UNIQUE constraint, and primary key
[inheritance] [inheritance]
* UNIQUE INDEX on base column not honored on inserts from inherited table
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
[inheritance]
* Prevent pg_attribute from having duplicate oids for indexes (Tom) * Prevent pg_attribute from having duplicate oids for indexes (Tom)
* Add UNIQUE capability to non-btree indexes * Add UNIQUE capability to non-btree indexes
* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim) * Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment