returning multiple values from a plpgsql function? - Mailing list pgsql-novice

From Celia McInnis
Subject returning multiple values from a plpgsql function?
Date
Msg-id 20050609194026.M90366@drmath.ca
Whole thread Raw
Responses Re: returning multiple values from a plpgsql function?  (Michael Fuhr <mike@fuhr.org>)
List pgsql-novice
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

pgsql-novice by date:

Previous
From: Ennio-Sr
Date:
Subject: How not to display system tables?
Next
From: Tom Lane
Date:
Subject: Re: Function debugging question