Commit ae38a1f5 authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 5abaa779
TODO list for PostgreSQL
========================
Last updated: Mon May 14 16:29:55 EDT 2001
Last updated: Wed May 16 16:18:15 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
......@@ -19,8 +19,8 @@ RELIABILITY
PARSER
* SELECT pg_class FROM pg_class generates strange error
* Alter TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
* Unique index on base column not honored on inserts from inherited table
* 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]
......
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