projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ee60db
)
Update TODO list.
author
Bruce Momjian
Wed, 6 Oct 1999 13:46:54 +0000
(13:46 +0000)
committer
Bruce Momjian
Wed, 6 Oct 1999 13:46:54 +0000
(13:46 +0000)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index c0eb2e8abb857fd39e2d65349092ab78acb01ae5..21aa2bcfbf2479a460b1aef2b53a6788efdb8a17 100644
(file)
--- a/
doc/TODO
+++ b/
doc/TODO
@@
-53,6
+53,7
@@
PARSER
* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
* -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom)
+* Allow HAVING to use comparisons that have no aggregates, for portability
VIEWS