diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-10-27 18:28:59 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-10-27 18:28:59 +0000 |
commit | 964c649cc11460826ed07c123caec8ed1bc8291a (patch) | |
tree | 4c69ade7a144a4bd99be40449b5aada38b7fd99d | |
parent | d79d0a3c0f927b78e9e93e0aef1037d3e8c516a0 (diff) | |
download | postgresql-964c649cc11460826ed07c123caec8ed1bc8291a.tar.gz postgresql-964c649cc11460826ed07c123caec8ed1bc8291a.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Oct 26 00:58:06 EDT 1999 +Last updated: Wed Oct 27 14:28:26 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -55,6 +55,7 @@ PARSER * -require SELECT DISTINCT target list to have all ORDER BY columns * -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom) * -Allow HAVING to use comparisons that have no aggregates(Tom) +* Allow COUNT(DISTINCT col) VIEWS |