From 5374f3e7bbe4e26b5891afe5056c64fbb6133496 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 22 Oct 1999 11:51:12 +0000 Subject: [PATCH] Update TODO list. --- doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 65534b22e7..cef72032f8 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Oct 21 12:58:25 EDT 1999 +Last updated: Fri Oct 22 07:49:36 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -52,7 +52,7 @@ PARSER * prevent primary key of nine columns [primary] * SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes * SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct] -* require SELECT DISTINCT target list to have all ORDER BY columns +* -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) -- 2.40.0