]> granicus.if.org Git - postgresql/commitdiff
Add from Vadim:
authorBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 18:23:56 +0000 (18:23 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 18:23:56 +0000 (18:23 +0000)
> * Allow command blocks that can ignore certain types of errors

doc/TODO

index 5ca3a79cbc374eaef288d7bef0813d44f5e8dd92..70fa1468eca108d90beb985f78beeb6c10e55f70 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Fri Jan  4 00:00:18 EST 2002
+Last updated:          Fri Jan  4 13:22:43 EST 2002
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -177,6 +177,7 @@ COMMANDS
 * 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)
+* Allow command blocks that can ignore certain types of errors
 * 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