From: Bruce Momjian Date: Sat, 23 Feb 2002 21:53:37 +0000 (+0000) Subject: Added: X-Git-Tag: REL7_3~2053 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c115da703bdf16ae51df592f7c3c3ca397339d5;p=thirdparty%2Fpostgresql.git Added: > * Add checks for missing parameters to shell script, to prevent > over-shifting --- diff --git a/doc/TODO b/doc/TODO index 6f47bdb1c56..c45e7304dd8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 22 11:20:36 EST 2002 +Last updated: Sat Feb 23 16:51:48 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -173,6 +173,8 @@ COMMANDS * Allow UPDATE to handle complex aggregates [update] * Prevent create/drop scripts from allowing extra args (Bruce) * Allow command blocks to ignore certain types of errors +* Add checks for missing parameters to shell script, to prevent + over-shifting * ALTER o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT