From c167863f3c71b40f27c9b5bc1eb6accd6e2f49be Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 6 Oct 1999 13:46:54 +0000 Subject: [PATCH] Update TODO list. --- doc/TODO | 1 + 1 file changed, 1 insertion(+) 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