summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index ab960a120e8..af8fe3c446a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
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]