On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <mmoncure(at)gmail(dot)com> wrote:
> On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <ktilton(at)mcna(dot)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