Added:
authorBruce Momjian
Thu, 3 Jan 2002 18:13:14 +0000 (18:13 +0000)
committerBruce Momjian
Thu, 3 Jan 2002 18:13:14 +0000 (18:13 +0000)
> * Prevent create/drop scripts from allowing extra args (Bruce)

doc/TODO

index 7ead534b013dd69298dd05fc9098ec343af55c4c..ea78a5b378b40acac8cf7ac99edc18c88cf46931 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Thu Jan  3 12:30:27 EST 2002
+Last updated:      Thu Jan  3 13:12:10 EST 2002
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -176,6 +176,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]
+* 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