Update TODO list.
This commit is contained in:
parent
5abaa779c4
commit
ae38a1f556
6
doc/TODO
6
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
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)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -19,8 +19,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
|
* UNIQUE INDEX on base column not honored on inserts from inherited table
|
||||||
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
||||||
[inheritance]
|
[inheritance]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user