diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-08-23 23:51:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-08-23 23:51:18 +0000 |
commit | 2b215215ad2e9d70f05a4a1555a5b1dfac253316 (patch) | |
tree | d260fddde9fce9a5d0647e82eb603f433493ed55 /src/backend/commands/trigger.c | |
parent | 5279f688c58406bffb47bcd48ae2e396fcc1fd66 (diff) | |
download | postgresql-2b215215ad2e9d70f05a4a1555a5b1dfac253316.tar.gz postgresql-2b215215ad2e9d70f05a4a1555a5b1dfac253316.zip |
Mark item as complete, add another:
< * 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.
Diffstat (limited to 'src/backend/commands/trigger.c')
0 files changed, 0 insertions, 0 deletions