|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Fri Jul 2012:14:48 EDT 2001 |
| 3 | +Last updated:Fri Jul 2016:51:22 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -99,12 +99,13 @@ INDEXES |
99 | 99 | fails index can't store constant parameters |
100 | 100 | * Add FILLFACTOR to index creation |
101 | 101 | * -Re-enable partial indexes |
| 102 | +* -Prevent pg_attribute from having duplicate oids for indexes (Tom) |
102 | 103 | * Allow inherited tables to inherit index, UNIQUE constraint, and primary |
103 | 104 | key, foreign key [inheritance] |
104 | 105 | * UNIQUE INDEX on base column not honored on inserts from inherited table |
105 | 106 | INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail |
106 | 107 | [inheritance] |
107 | | -*-Prevent pg_attribute from having duplicate oids for indexes (Tom) |
| 108 | +*Allow DELETE/UPDATE on inherited table |
108 | 109 | * Add UNIQUE capability to non-btree indexes |
109 | 110 | * Certain indexes will not shrink, e.g. oid indexes with many inserts |
110 | 111 | * Have UPDATE/DELETE clean out indexes |
|