Commit 11d4c2c5 authored by Bruce Momjian's avatar Bruce Momjian

Add from Vadim:

> * Allow command blocks that can ignore certain types of errors
parent 1aff1d30
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -177,6 +177,7 @@ COMMANDS ...@@ -177,6 +177,7 @@ COMMANDS
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod] * CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
* Allow UPDATE to handle complex aggregates [update] * Allow UPDATE to handle complex aggregates [update]
* Prevent create/drop scripts from allowing extra args (Bruce) * Prevent create/drop scripts from allowing extra args (Bruce)
* Allow command blocks that can ignore certain types of errors
* ALTER * ALTER
o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT 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 o ALTER TABLE ADD COLUMN to inherited table put column in wrong place
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment