drop trigger aim_trigger on aim; create trigger aim_trigger after insert or update or delete on aim for row execute procedure trigger_f() ;