File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,11 @@ PARSER
29
29
* Select a[1] FROM test fails, it needs test.a[1]
30
30
* Array index references without table name cause problems
31
31
* Update table SET table.value = 3 fails
32
- * Creating index of TIMESTAMP fails, rename to DATETIME(Thomas)
32
+ * Creating index of TIMESTAMP & RELTIME fails, rename to DATETIME(Thomas)
33
33
* SELECT foo UNION SELECT foo is incorrectly simplified to SELECT foo
34
34
* INSERT ... SELECT ... GROUP BY groups by target columns not source columns
35
35
* CREATE TABLE test (a char(5) DEFAULT text '', b int4) fails on INSERT
36
+ * UNION with LIMIT fails
36
37
37
38
VIEWS
38
39
154
155
* Allow cursors to be DECLAREd/OPENed/CLOSEed outside transactions
155
156
* Allow PQrequestCancel() to terminate when in waiting-for-lock state
156
157
* Transaction log, so re-do log can be on a separate disk by
157
- logging SQL queries, or before/ after row images
158
+ with after- row images
158
159
* Populate backend status area and write program to dump status data
159
160
* Make oid use unsigned int more reliably, pg_atoi()
160
161
* Allow subqueries in target list
You can’t perform that action at this time.
0 commit comments