|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Fri Jan 400:00:18 EST 2002 |
| 3 | +Last updated:Fri Jan 413:22:43 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -177,6 +177,7 @@ COMMANDS
|
177 | 177 | * CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
|
178 | 178 | * Allow UPDATE to handle complex aggregates [update]
|
179 | 179 | * Prevent create/drop scripts from allowing extra args (Bruce)
|
| 180 | +* Allow command blocks that can ignore certain types of errors |
180 | 181 | * ALTER
|
181 | 182 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
182 | 183 | o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
|
|