• Peter Eisentraut's avatar
    Support named and default arguments in CALL · a8677e3f
    Peter Eisentraut authored
    We need to call expand_function_arguments() to expand named and default
    arguments.
    
    In PL/pgSQL, we also need to deal with named and default INOUT arguments
    when receiving the output values into variables.
    
    Author: Pavel Stehule <pavel.stehule@gmail.com>
    a8677e3f
create_procedure.out 5.24 KB