> * Prevent create/drop scripts from allowing extra args (Bruce)
TODO list for PostgreSQL
========================
-Last updated: Thu Jan 3 12:30:27 EST 2002
+Last updated: Thu Jan 3 13:12:10 EST 2002
* 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]
+* Prevent create/drop scripts from allowing extra args (Bruce)
* 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