Update TODO list.

This commit is contained in:
Bruce Momjian 1999-10-06 13:46:54 +00:00
parent 9ee60db50e
commit c167863f3c
1 changed files with 1 additions and 0 deletions

View File

@ -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