Обсуждение: plpgsql question

Поиск
Список
Период
Сортировка

plpgsql question

От
"Roberto de Amorim"
Дата:
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

От
Joe Conway
Дата:
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