On Tue, Feb 13, 2018 at 12:03 PM, armand pirvu <armand(dot)pirvu(at)gmail(dot)com>
wrote:
>
> ERROR: RETURN cannot have a parameter in function returning set
> LINE 10: return var2;
> HINT: Use RETURN NEXT or RETURN QUERY.
>
>
> and it just sits there
>
> Any hints ?
>
>
https://www.postgresql.org/docs/10/static/plpgsql-control-structures.html#PLPGSQL-STATEMENTS-RETURNING
David J.