Commit c167863f authored by Bruce Momjian's avatar Bruce Momjian

Update TODO list.

parent 9ee60db5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment