diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-08-26 23:02:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-08-26 23:02:21 +0000 |
commit | 3109e33eb8eff4bf76be0a1c64bd2b6b41c352dd (patch) | |
tree | 9f9ff826f86eb3a39265be483e52ece4332d2a84 | |
parent | 9ede612245cab09ee0d8f03f72e1fc00c33cef76 (diff) | |
download | postgresql-3109e33eb8eff4bf76be0a1c64bd2b6b41c352dd.tar.gz postgresql-3109e33eb8eff4bf76be0a1c64bd2b6b41c352dd.zip |
Add:
> * Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ 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) @@ -191,6 +191,7 @@ Commands * Allow backslash handling in quoted strings to be disabled for portability * Return proper effected tuple count from complex commands [return] * Allow DELETE to handle table aliases for self-joins [delete] +* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT * ALTER o ALTER TABLE ADD COLUMN does not honor DEFAULT and non-CHECK CONSTRAINT |