|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Jan 2414:33:26 EST 2001 |
| 3 | +Last updated:Wed Jan 2418:55:23 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
|
24 | 24 | * -SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
|
25 | 25 | * Unique index on base column not honored on inserts from inherited table
|
26 | 26 | INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
|
27 |
| - [inherit] |
| 27 | + [inheritance] |
28 | 28 | * -Be smarter about promoting types when UNION merges different data types
|
29 | 29 | * -redesign INSERT ... SELECT to have two levels of target list
|
30 | 30 | * -have INTERSECT/EXCEPT prevent duplicates unless ALL is specified (Tom)
|
|
34 | 34 |
|
35 | 35 | * -Views containing aggregates sometimes fail (Jan)
|
36 | 36 | * -Creating view and inheriting the view causes view* to show
|
37 |
| - duplicates(inherit) |
| 37 | + duplicates[inheritance] |
38 | 38 | * -Disallow LOCK on view (Mark Hollomon)
|
39 | 39 |
|
40 | 40 | MISC
|
@@ -145,7 +145,8 @@ INDEXES
|
145 | 145 |
|
146 | 146 | COMMANDS
|
147 | 147 |
|
148 |
| -* ALTER TABLE ADD COLUMN to inherited table put column in wrong place [inherit] |
| 148 | +* ALTER TABLE ADD COLUMN to inherited table put column in wrong place |
| 149 | + [inheritance] |
149 | 150 | * -Add ALTER TABLE ALTER COLUMN feature (Peter E)
|
150 | 151 | * Add ALTER TABLE DROP COLUMN feature [drop]
|
151 | 152 | * -Add ALTER TABLE command to change table ownership (Mark H)
|
|