Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae38a1f

Browse files
committed
Update TODO list.
1 parent 5abaa77 commit ae38a1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Mon May 14 16:29:55 EDT 2001
3+
Last updated: Wed May 16 16:18:15 EDT 2001
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -19,8 +19,8 @@ RELIABILITY
1919
PARSER
2020

2121
* 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
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
2424
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
2525
[inheritance]
2626

0 commit comments

Comments
 (0)