Commit d5de91dd authored by Bruce Momjian's avatar Bruce Momjian

Added:

> * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
parent b36df04c
TODO list for PostgreSQL
========================
Last updated: Sat Dec 29 20:50:57 EST 2001
Last updated: Thu Jan 3 00:06:35 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
......@@ -174,6 +174,7 @@ COMMANDS
* Add OR REPLACE clauses to non-FUNCTION object creation
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
* Allow UPDATE to handle complex aggregates [update]
* Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
* ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT
o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment