Re: Returning multiple columns with a function??

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Returning multiple columns with a function??
Дата
Msg-id 1040325625.358.151.camel@tokyo
обсуждение исходный текст
Ответ на Re: Returning multiple columns with a function??  (Renê Salomão <rene@ibiz.com.br>)
Список pgsql-general
On Thu, 2002-12-19 at 14:31, RenX SalomXo wrote:
> Is it possible for Pg 7.3 to have a SETOF <return_type> in a function
> using any other language besides sql? Pgplsql, for example?

Yes -- set-returning functions are supported in SQL, PL/PgSQL and C as
of 7.3.

See the documentation for RETURN NEXT here:

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/plpgsql-control-structures.html

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




В списке pgsql-general по дате отправления:

Предыдущее
От: Barry Lind
Дата:
Сообщение: Re: trouble caused by change in 7.3 handling of '' in
Следующее
От: Greg Stark
Дата:
Сообщение: Re: Batch Insert Performance