diff options
author | Bruce Momjian | 1999-10-06 13:46:54 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-10-06 13:46:54 +0000 |
commit | c167863f3c71b40f27c9b5bc1eb6accd6e2f49be (patch) | |
tree | 26be2705224d2d2315e8df84fda7fbc86c844e39 | |
parent | 9ee60db50e3d0f926347f74bd8a10f0bcbe427ab (diff) |
Update TODO list.
-rw-r--r-- | doc/TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |