summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index c0eb2e8abb8..21aa2bcfbf2 100644
--- 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