File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Tue Jul 20 13:15:50 EDT 1999
3
+ Last updated: Tue Jul 20 13:24:02 EDT 1999
4
4
5
5
Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us)
6
6
@@ -38,6 +38,10 @@ PARSER
38
38
INSERT INTO inherit_table (unique_index_col) VALUES (dup) should fail
39
39
* CREATE TABLE x AS SELECT 1 UNION SELECT 2 fails
40
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
41
45
42
46
VIEWS
43
47
You can’t perform that action at this time.
0 commit comments