• Peter Eisentraut's avatar
    Support parameters in CALL · 76b6aa41
    Peter Eisentraut authored
    To support parameters in CALL, move the parse analysis of the procedure
    and arguments into the global transformation phase, so that the parser
    hooks can be applied.  And then at execution time pass the parameters
    from ProcessUtility on to ExecuteCallStmt.
    76b6aa41
create_procedure.sql 2.15 KB