• B
    Mark item as complete, add another: · 2b215215
    Bruce Momjian 提交于
    < * Allow triggers to be disabled [trigger]
    > * -Allow triggers to be disabled [trigger]
    > * Allow triggers to be disabled in only the current session.
    <   Currently the only way to disable triggers is to modify the system
    <   tables.
    >   This is currently possible by starting a multi-statement transaction,
    >   modifying the system tables, performing the desired SQL, restoring the
    >   system tables, and committing the transaction.  ALTER TABLE ...
    >   TRIGGER requires a table lock so it is not idea for this usage.
    2b215215
TODO 42.6 KB