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 a1b25fd commit 5374f3eCopy full SHA for 5374f3e
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Thu Oct 21 12:58:25 EDT 1999
+Last updated: Fri Oct 22 07:49:36 EDT 1999
4
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
@@ -52,7 +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
+* -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