> Yes, agreed. I think we decided that super-user-only could disable
> trigger on a global basis. I prevent folks from mucking with the system
> tables to do it.
It should be a per-table thing:
ALTER TABLE blah [ DISABLE | ENABLE ] [ALL | FOREIGN KEY ] TRIGGERS;
Chris