Re: plpgsql: help with RECORD type

Поиск
Список
Период
Сортировка
От Semyon Chaichenets
Тема Re: plpgsql: help with RECORD type
Дата
Msg-id 6f81e0890903031351m7eb6c3deu6159dc78fdbee8d8@mail.gmail.com
обсуждение исходный текст
Ответ на Re: plpgsql: help with RECORD type  (Vyacheslav Kalinin <vka@mgcp.com>)
Список pgsql-novice
Vyacheslav,

thank you so much!

Semyon Chaichenets


On Tue, Mar 3, 2009 at 16:19, Vyacheslav Kalinin <vka@mgcp.com> wrote:
There is no set variables in plpgsql. If you want to retrieve set of rows for futher manipulation either use a CURSOR or ARRAY:

 [...]


I believe what you want to achieve can be done with simple query result looping:
 
[..]

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

Предыдущее
От: Vyacheslav Kalinin
Дата:
Сообщение: Re: plpgsql: help with RECORD type
Следующее
От: "Rosenblum, Jason"
Дата:
Сообщение: Prepared Statement