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

Commit 984bf07

Browse files
committed
Update TODO list.
1 parent 5546ec2 commit 984bf07

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/TODO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat May 19 21:11:38 EDT 2001
3+
Last updated: Mon May 21 14:36:45 EDT 2001
44

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

@@ -18,11 +18,8 @@ RELIABILITY
1818

1919
PARSER
2020

21-
* SELECT pg_class FROM pg_class generates strange error
21+
* -SELECT pg_class FROM pg_class generates strange error
2222
* ALTER TABLE ADD COLUMN does not honor DEFAULT or add CONSTRAINT
23-
* 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]
2623

2724
MISC
2825

@@ -104,6 +101,9 @@ INDEXES
104101
* Re-enable partial indexes
105102
* Allow inherited tables to inherit index, UNIQUE constraint, and primary key
106103
[inheritance]
104+
* UNIQUE INDEX on base column not honored on inserts from inherited table
105+
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
106+
[inheritance]
107107
* Prevent pg_attribute from having duplicate oids for indexes (Tom)
108108
* Add UNIQUE capability to non-btree indexes
109109
* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)

0 commit comments

Comments
 (0)