|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Dec 513:20:33 EST 2001 |
| 3 | +Last updated:Wed Dec 516:06:32 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -167,7 +167,8 @@ COMMANDS
|
167 | 167 | * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
|
168 | 168 | * Disallow TRUNCATE on tables that are involved in referential constraints
|
169 | 169 | * Add OR REPLACE clauses to non-FUNCTION object creation
|
170 |
| -* CREATE TABLE AS can not determine column lengths from expressions (Bruce) |
| 170 | +* CREATE TABLE AS can not determine column lengths from expressions [atttypmod] |
| 171 | +* Allow UPDATE to handle complex aggregates [update] |
171 | 172 | * ALTER
|
172 | 173 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
173 | 174 | o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
|
|