diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-03 18:13:14 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-03 18:13:14 +0000 |
commit | 8dcc4c058de23c65b2cbf4b35bfadc15450529c4 (patch) | |
tree | 996206b6eb9dd8f11c99abfa2a6fedc74ae6afe6 | |
parent | f7fb29dec3a6c924931078f29dc56991333c8693 (diff) | |
download | postgresql-8dcc4c058de23c65b2cbf4b35bfadc15450529c4.tar.gz postgresql-8dcc4c058de23c65b2cbf4b35bfadc15450529c4.zip |
Added:
> * Prevent create/drop scripts from allowing extra args (Bruce)
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |