Re: is it possible to return multiple rows in a PL/PGSQL

Поиск
Список
Период
Сортировка
От Darren Ferguson
Тема Re: is it possible to return multiple rows in a PL/PGSQL
Дата
Msg-id Pine.LNX.4.10.10202181659260.3711-100000@thread.crystalballinc.com
обсуждение исходный текст
Ответ на is it possible to return multiple rows in a PL/PGSQL function?  ("Eric Peters" <eric@peters.org>)
Список pgsql-general
In pl/tcl you can return a tcl list of list as a varchar.

In plpgsql you could return a CURSOR and then you would be able to iterate
through the cursor row by row

Darren Ferguson

On Mon, 18 Feb 2002, Eric Peters wrote:

> Is it possible to return multiple rows in a PL/PGSQL function?
>
> I saw an old thread from 2000 that said no, but some "references" to 7.1/7.2's possible ability to.
> (http://postgresql.linux.cz/mhonarc/pgsql-sql/2000-08/msg00237.html)
>
> Basically can you do a setof in a pl/pgsql function (or even pl/perl?) or am I just dreaming? :)
>
> Thanks,
>
> Eric
>


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

Предыдущее
От: "Serkan Bekta?"
Дата:
Сообщение: Turkish Code Page ?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PgManage update