Skip to content
Snippets Groups Projects
Commit 768064de authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update TODO list.

parent 9a50485f
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
...@@ -52,6 +52,7 @@ PARSER ...@@ -52,6 +52,7 @@ PARSER
* prevent primary key of nine columns [primary] * prevent primary key of nine columns [primary]
* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes * SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct] * 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) * -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 HAVING to use comparisons that have no aggregates(Tom)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment