From: Bruce Momjian Date: Thu, 5 Aug 1999 01:53:35 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_0~1635 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a76a94e41cff4034f0b9ff4c3d169f10fff160a;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index c0038cf684..e7b9ceb1b6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -43,6 +43,7 @@ PARSER * SELECT ... UNION ... GROUP BY fails if column types disagree * redesign INSERT ... SELECT to have two levels of target list * -select * from pg_class where oid in (0,-1) +* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified VIEWS