[][src]Function pgx_pg_sys::EnableDisableTrigger

pub unsafe fn EnableDisableTrigger(
    arg_rel: Relation,
    arg_tgname: *const c_char,
    arg_fires_when: c_char,
    arg_skip_system: bool,
    arg_lockmode: LOCKMODE
)