PL/pgSQL: Simplify RETURN checking for procedures
Check at compile time that RETURN in a procedure does not specify a parameter, rather than at run time.
Showing
Please register or sign in to comment
Check at compile time that RETURN in a procedure does not specify a parameter, rather than at run time.