mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Changed ecpg parser to allow RETURNING clauses without attached C variables.
This commit is contained in:
@@ -98,7 +98,7 @@ my %replace_line = (
|
||||
'VariableShowStmtSHOWSESSIONAUTHORIZATION' =>
|
||||
'SHOW SESSION AUTHORIZATION ecpg_into',
|
||||
'returning_clauseRETURNINGtarget_list' =>
|
||||
'RETURNING target_list ecpg_into',
|
||||
'RETURNING target_list opt_ecpg_into',
|
||||
'ExecuteStmtEXECUTEnameexecute_param_clause' =>
|
||||
'EXECUTE prepared_name execute_param_clause execute_rest',
|
||||
'ExecuteStmtCREATEOptTempTABLEcreate_as_targetASEXECUTEnameexecute_param_clause'
|
||||
|
Reference in New Issue
Block a user