File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Sat May 19 21:11:38 EDT 2001
3
+ Last updated: Mon May 21 14:36:45 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -18,11 +18,8 @@ RELIABILITY
18
18
19
19
PARSER
20
20
21
- * SELECT pg_class FROM pg_class generates strange error
21
+ * - SELECT pg_class FROM pg_class generates strange error
22
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
24
- INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
25
- [inheritance]
26
23
27
24
MISC
28
25
@@ -104,6 +101,9 @@ INDEXES
104
101
* Re-enable partial indexes
105
102
* Allow inherited tables to inherit index, UNIQUE constraint, and primary key
106
103
[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]
107
107
* Prevent pg_attribute from having duplicate oids for indexes (Tom)
108
108
* Add UNIQUE capability to non-btree indexes
109
109
* Certain indexes will not shrink, e.g. oid indexes with many inserts (Vadim)
You can’t perform that action at this time.
0 commit comments