On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <[email protected]> wrote:

> On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <[email protected]> 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

Reply via email to