On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <mmonc...@gmail.com> wrote:
> On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <ktil...@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