Re: Plpgsql function syntax error at first coalesce statement - Mailing list pgsql-general

From Jeff Ross
Subject Re: Plpgsql function syntax error at first coalesce statement
Date
Msg-id 4BD4AF2C.2070403@wykids.org
Whole thread Raw
In response to Re: Plpgsql function syntax error at first coalesce statement  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Plpgsql function syntax error at first coalesce statement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On 04/25/10 14:20, Tom Lane wrote:
> Jeff Ross<jross@wykids.org>  writes:
>> Now I'm *really* confused.  I thought the table structure I created at
>> the beginning of the function was where the results would be returned
>> to.
>
> Uh, you're using that as the destination for the FOR loop's SELECT.
> What exactly is the purpose of having a second SELECT within the loop?
>
>             regards, tom lane
>
I am only an egg.

How else do I get the results I want--name, address, city, state, and so
on through the list out to whatever calls this function?

Jeff

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Plpgsql function syntax error at first coalesce statement
Next
From: Tom Lane
Date:
Subject: Re: Plpgsql function syntax error at first coalesce statement