|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Thu Jan 3 12:30:27 EST 2002 |
| 3 | +Last updated:Thu Jan 313:12:10 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -176,6 +176,7 @@ COMMANDS
|
176 | 176 | * Add OR REPLACE clauses to non-FUNCTION object creation
|
177 | 177 | * CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
|
178 | 178 | * Allow UPDATE to handle complex aggregates [update]
|
| 179 | +* Prevent create/drop scripts from allowing extra args (Bruce) |
179 | 180 | * ALTER
|
180 | 181 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
181 | 182 | o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
|
|