Update TODO list.

This commit is contained in:
Bruce Momjian 1999-08-05 01:53:35 +00:00
parent b15a7c9fbe
commit 5a76a94e41

View File

@ -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