Thanks to visit codestin.com Credit goes to github.com
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 a2b619a commit 991b82eCopy full SHA for 991b82e
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Tue Jul 20 17:40:39 EDT 1999
+Last updated: Tue Jul 20 19:05:04 EDT 1999
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -39,6 +39,8 @@ PARSER
39
* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
40
* CREATE TABLE test(col char(2) DEFAULT user) fails in length restriction
41
* SELECT ... UNION ... ORDER BY fails when sort expr not in result list
42
+* Be smarter about promoting types when UNION merges different data types
43
+* SELECT ... UNION ... GROUP BY fails if column types disagree
44
* redesign INSERT ... SELECT to have two levels of target list
45
46
VIEWS
0 commit comments