8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abaa77 commit ae38a1fCopy full SHA for ae38a1f
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Mon May 14 16:29:55 EDT 2001
+Last updated: Wed May 16 16:18:15 EDT 2001
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -19,8 +19,8 @@ RELIABILITY
19
PARSER
20
21
* SELECT pg_class FROM pg_class generates strange error
22
-* Alter TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
23
-* 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
24
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
25
[inheritance]
26
0 commit comments