max jacob <Max(dot)Jacob(at)ircam(dot)fr> writes:
> does anybody know what is the forseen behavior for using a
> set returning function in the field list of a select
It's deprecated, but will work if the function uses the SFRM_ValuePerCall
API (which plpgsql does not).
regards, tom lane