Commit 3109e33e authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
parent 9ede6122
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Mon Aug 26 18:02:13 EDT 2002 Last updated: Mon Aug 26 19:00:53 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -191,6 +191,7 @@ Commands ...@@ -191,6 +191,7 @@ Commands
* Allow backslash handling in quoted strings to be disabled for portability * Allow backslash handling in quoted strings to be disabled for portability
* Return proper effected tuple count from complex commands [return] * Return proper effected tuple count from complex commands [return]
* Allow DELETE to handle table aliases for self-joins [delete] * Allow DELETE to handle table aliases for self-joins [delete]
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
* 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
......
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