diff options
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |