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 7746a2d commit a2b619aCopy full SHA for a2b619a
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Tue Jul 20 13:24:02 EDT 1999
+Last updated: Tue Jul 20 17:40:39 EDT 1999
4
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
@@ -39,9 +39,7 @@ 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
-* INSERT ... SELECT ... UNION is not reliable
43
-* Be smarter about promoting types when UNION merges different data types
44
-* SELECT ... UNION ... GROUP BY fails if column types disagree
+* redesign INSERT ... SELECT to have two levels of target list
45
46
VIEWS
47
0 commit comments