8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a50485 commit 768064dCopy full SHA for 768064d
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Sun Oct 17 21:06:50 EDT 1999
+Last updated: Thu Oct 21 12:58:25 EDT 1999
4
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
@@ -52,6 +52,7 @@ PARSER
52
* prevent primary key of nine columns [primary]
53
* SELECT COUNT('asdf') FROM pg_class WHERE oid=12 crashes
54
* SELECT DISTINCT ON col1 col1 col2 FROM tab1 is broken [distinct]
55
+* require SELECT DISTINCT target list to have all ORDER BY columns
56
* -When using aggregates + GROUP BY, no rows in should yield no rows out(Tom)
57
* -Allow HAVING to use comparisons that have no aggregates(Tom)
58
0 commit comments