projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15a7c9
)
Update TODO list.
author
Bruce Momjian
Thu, 5 Aug 1999 01:53:35 +0000
(
01:53
+0000)
committer
Bruce Momjian
Thu, 5 Aug 1999 01:53:35 +0000
(
01:53
+0000)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index c0038cf684fd182eb530d874772b16676ed13a2e..e7b9ceb1b6d9fcd4d92cac4cf3a94fadaaa77ae5 100644
(file)
--- 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