Re: plpgsql: help with RECORD type - Mailing list pgsql-novice

From Semyon Chaichenets
Subject Re: plpgsql: help with RECORD type
Date
Msg-id 6f81e0890903031351m7eb6c3deu6159dc78fdbee8d8@mail.gmail.com
Whole thread Raw
In response to Re: plpgsql: help with RECORD type  (Vyacheslav Kalinin <vka@mgcp.com>)
List 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 by date:

Previous
From: Vyacheslav Kalinin
Date:
Subject: Re: plpgsql: help with RECORD type
Next
From: "Rosenblum, Jason"
Date:
Subject: Prepared Statement