Hi,
can anyone help me?
i tried to create a trigger that fired on a statment,
that wasn't posible,
PostgreSQL said: ERROR: CreateTrigger: STATEMENT triggers are unimplemented, yet
i tried to create the trigger with this command:
create trigger test AFTER INSERT ON test_table FOR EACH STATEMENT EXECUTE PROCEDURE test_func()
im usig postgresql 7.3.2
i there a way to get trigger on statement work
thx nOw