On Wed, Mar 28, 2012 at 4:02 PM, Merlin Moncure <mmoncure@xxxxxxxxx> wrote:
On Wed, Mar 28, 2012 at 2:49 PM, Kenneth Tilton <ktilton@xxxxxxxx> wrote:try this:
> Well then I have the other error. With this code:
>
> execute 'select ' || NEW.warn_time_init || '($1)' into bpa using NEW;
select * from now_plus_30(NEW) into bpa;
Yer a genius. Thx!
-kt