From: Bruce Momjian Date: Wed, 6 Oct 1999 13:46:54 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_0~1362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c167863f3c71b40f27c9b5bc1eb6accd6e2f49be;p=postgresql Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index c0eb2e8abb..21aa2bcfbf 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