Re: Strange loop - Mailing list pgsql-sql

From Tom Lane
Subject Re: Strange loop
Date
Msg-id 4985.1004480431@sss.pgh.pa.us
Whole thread Raw
In response to Strange loop  (Torbjörn Andersson <tobbe@embryo.se>)
List pgsql-sql
Torbjörn Andersson <tobbe@embryo.se> writes:
> I need some help with the function below. My intention is to hand the
> content of result_store and sort it out so that I can have a complete
> recordset. But for some reason result_store is returned empty. It works fine
> for one row but the concatenation of result_store and result does not seem
> to work.

Try initializing result_store to something other than NULL ...
        regards, tom lane


pgsql-sql by date:

Previous
From: "Aasmund Midttun Godal"
Date:
Subject: Re: Strange loop
Next
From: Stéphane Chomat
Date:
Subject: Primary key with oid + name : error, which solution ?