Re: How return a row from a function so it is recognized as such by caller? - Mailing list pgsql-general

From Kenneth Tilton
Subject Re: How return a row from a function so it is recognized as such by caller?
Date
Msg-id CAECCA8aSMyEJbRWe8RF3dPWseceYBHpSj2XKdvfxP_eeGgb=0A@mail.gmail.com
Whole thread Raw
In response to Re: How return a row from a function so it is recognized as such by caller?  (Merlin Moncure <mmoncure@gmail.com>)
List pgsql-general


On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <ktilton@mcna.net> wrote:
> Well then I have the other error. With this code:
>
>    execute 'select ' || NEW.warn_time_init || '($1)' into bpa using NEW;

try this:
select * from now_plus_30(NEW) into bpa;

Yer a genius. Thx!

-kt

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: How return a row from a function so it is recognized as such by caller?
Next
From: Adrian Klaver
Date:
Subject: Re: Limit the normal user to see system catalog or not??? And create privilege???