Re: Returning multiple cursors from PL/PgSQL

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: Returning multiple cursors from PL/PgSQL
Дата
Msg-id 20050113172657.GJ31542@fetter.org
обсуждение исходный текст
Ответ на Returning multiple cursors from PL/PgSQL  (David Fetter <david@fetter.org>)
Ответы Re: Returning multiple cursors from PL/PgSQL  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
On Wed, Jan 12, 2005 at 09:33:30PM -0800, David Fetter wrote:
> Folks,
>
> Please find attached an example that allows people to return multiple
> named refcursors from a function.  Big kudos to Kris Jurka for
> figuring this out and pasting to rafb :)

Oops.  Joe Conway pointed out that this patch could be more succinct
and not create an essentially useless new type.

Please find attached the revised patch.

Cheers,
D
--
David Fetter david@fetter.org http://fetter.org/
phone: +1 510 893 6100   mobile: +1 415 235 3778

Remember to vote!

Вложения

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Returning multiple cursors from PL/PgSQL
Следующее
От: David Fetter
Дата:
Сообщение: Re: Returning multiple cursors from PL/PgSQL