|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Sat Dec 29 20:50:57 EST2001 |
| 3 | +Last updated:Thu Jan 3 00:06:35 EST2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -174,6 +174,7 @@ COMMANDS
|
174 | 174 | * Add OR REPLACE clauses to non-FUNCTION object creation
|
175 | 175 | * CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
|
176 | 176 | * Allow UPDATE to handle complex aggregates [update]
|
| 177 | +* Change 'createlang [langname] dbname' to 'createlang langname [dbname]' |
177 | 178 | * ALTER
|
178 | 179 | o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
|
179 | 180 | o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
|
|