1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-05 07:41:25 +03:00

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 * SELECT ... UNION ... GROUP BY fails if column types disagree
* redesign INSERT ... SELECT to have two levels of target list * redesign INSERT ... SELECT to have two levels of target list
* -select * from pg_class where oid in (0,-1) * -select * from pg_class where oid in (0,-1)
* have INTERSECT/EXCEPT prevent duplicates unless ALL is specified
VIEWS VIEWS