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; :-D merlin -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
