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 faff1b7 commit 1b6b4d4Copy full SHA for 1b6b4d4
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Sun Jan 16 00:16:44 EST 2000
+Last updated: Sun Jan 16 02:04:18 EST 2000
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -56,6 +56,8 @@ PARSER
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
* -Allow COUNT(DISTINCT col))(TOm)
59
+* SELECT 'x'::varchar(10) INTO newtable; fails
60
+* SELECT col::DECIMAL(12,10); fails
61
62
VIEWS
63
0 commit comments