File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
tools/greenplum-to-pg-tests Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,18 @@ issues:
90
90
issue_regexp :
91
91
- ' ^RawStmt: alternative is not implemented yet : 282$'
92
92
example : DISCARD ALL
93
+ - name : ANALYZE
94
+ issue_regexp : " RawStmt: alternative is not implemented yet : 276"
95
+ example : ANALYZE lc;
96
+ - name : RESET var
97
+ issue_regexp : " ^VariableSetStmt, not supported kind: 4$"
98
+ query_regexp : RESET ROLE
99
+ - name : SELECT setconfig as
100
+ issue_regexp : " ^Expected AConst node as is_local arg, but got node with tag: 357$"
101
+ example : SELECT set_config($1, $2, $3) as myvar
102
+ - name : Lock table
103
+ issue_regexp : " ^RawStmt: alternative is not implemented yet : 289$"
104
+ example : LOCK TABLE asd IN EXCLUSIVE MODE
105
+ - name : table not found
106
+ issue_regexp : Cannot find table
107
+ print_issue_to_log : True
You can’t perform that action at this time.
0 commit comments