删除触发器

最近更新时间: 2025-10-11 18:10:00

#删除触发器
postgres=# DROP TRIGGER t_trigger_insert_update_trigger ON t_trigger_mulevent;
DROP TRIGGER
postgres=#
#删除触发器函数
postgres=# drop function t_trigger_mulevent_func();
DROP FUNCTION
postgres=#