Thread: plpgsql question

plpgsql question

From
"Roberto de Amorim"
Date:
Hi all,

could anyone send-me a mail with examples of function returning SETOF RECORD
with language 'plpgsql'?

please, I really need it.

TIA

Roberto de Amorim - +55 48 346-2243
Software engineer at SmartBit Software
roberto@smartbit.inf.br


Re: plpgsql question

From
Joe Conway
Date:
Roberto de Amorim wrote:
> could anyone send-me a mail with examples of function returning SETOF RECORD
> with language 'plpgsql'?
>

See:
  http://techdocs.postgresql.org/guides/SetReturningFunctions

HTH,

Joe