Is there any way to return multiple values from a plpgsql function? Ideally I'd like to be able to return two arrays and a scalar value rather than having to pack them into a single longer array.
Thanks for your help,Celia McInnis