Add items to a record variable - Mailing list pgsql-general

From eddy sanchez
Subject Add items to a record variable
Date
Msg-id 1172796878.45e775ce7d1fd@ns1.udabol.edu.bo
Whole thread Raw
Responses Re: Add items to a record variable  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
WEBMAIL Server: UDABOLnet, Universidad de Aquino Bolivia


Can anyone help me???

I work with plpgsql and I need to add items to a record variable, with a for
statement, something like this:

declare
   v_rec record;
begin
for nn in (some_xpresion) loop
 ....

v_rec = vrec + [new_item]; <--Here I need to add an item to record variable with
                               each loop
end loop lp;

return v_rec;
end;


The result should be like {it1,it2,it3,i4,....}

Please can you help me?
Thanks a lot

-------------------------------------------------
Este email se envio mediante el servidor WEBMAIL de UDABOLnet
-------------------------------------------------

pgsql-general by date:

Previous
From: Terry Fielder
Date:
Subject: Re: Thanks to all
Next
From: "Andrew Madu"
Date:
Subject: SOLVED: Re: PostgreSQL primary (sequence) key issue (Ruby/Rails)