• Peter Eisentraut's avatar
    Support INOUT arguments in procedures · 33803f67
    Peter Eisentraut authored
    In a top-level CALL, the values of INOUT arguments will be returned as a
    result row.  In PL/pgSQL, the values are assigned back to the input
    arguments.  In other languages, the same convention as for return a
    record from a function is used.  That does not require any code changes
    in the PL implementations.
    Reviewed-by: default avatarPavel Stehule <pavel.stehule@gmail.com>
    33803f67
create_procedure.sgml 12.7 KB