diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-23 21:53:37 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-23 21:53:37 +0000 |
commit | 7c115da703bdf16ae51df592f7c3c3ca397339d5 (patch) | |
tree | 82812328f69159472fb7af56619fb152484579b4 | |
parent | b3199bc9fa2169613c29f5aaeb5d62e85657cbd3 (diff) |
Added:
> * Add checks for missing parameters to shell script, to prevent
> over-shifting
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |