|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jun7 16:05:45 EDT 2001 |
| 3 | +Last updated:Sat Jun9 21:24:52 EDT 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -94,8 +94,8 @@ INDEXES
|
94 | 94 | fails index can't store constant parameters
|
95 | 95 | * Add FILLFACTOR to index creation
|
96 | 96 | * Re-enable partial indexes
|
97 |
| -* Allow inherited tables to inherit index, UNIQUE constraint, and primary key |
98 |
| - [inheritance] |
| 97 | +* Allow inherited tables to inherit index, UNIQUE constraint, and primary |
| 98 | +key, foreign key[inheritance] |
99 | 99 | * UNIQUE INDEX on base column not honored on inserts from inherited table
|
100 | 100 | INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
101 | 101 | [inheritance]
|
|