|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Wed Nov 21 22:05:23 EST 2001 |
| 3 | +Last updated:Wed Nov 21 22:10:10 EST 2001 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -170,6 +170,7 @@ COMMANDS
|
170 | 170 | * -Allow CREATEUSER/CREATEDB ordering in CREATE/ALTER USER (Vince)
|
171 | 171 | * Disallow TRUNCATE on tables that are involved in referential constraints
|
172 | 172 | * Add OR REPLACE clauses to non-FUNCTION object creation
|
| 173 | +* CREATE TABLE AS can not determine column lengths from expressions |
173 | 174 | * ALTER
|
174 | 175 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
175 | 176 | o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
|
|