diff options
author | Bruce Momjian | 1999-10-21 16:58:49 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-10-21 16:58:49 +0000 |
commit | 768064de54a6593eb049b026215ed064c7ba3910 (patch) | |
tree | a993e634babd0761a1aa906b93c2171d7f9174a2 | |
parent | 9a50485fb781d965a4a42d9040166b213c934c81 (diff) |
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: Sun Oct 17 21:06:50 EDT 1999 +Last updated: Thu Oct 21 12:58:25 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -52,6 +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 * -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom) * -Allow HAVING to use comparisons that have no aggregates(Tom) |