Re: [GENERAL] How to lock or disable a trigger

2005-01-24 Thread Jeff Davis
There was just that question posed earlier today. I'll refer you to the archives, where Terry Lee Tucker weighed in with a good response: I hope that helps, Jeff Davis On Mon, 2005-01-24 at 22:48 -0800, sid tow wrote: >

[GENERAL] How to lock or disable a trigger

2005-01-24 Thread sid tow
Hi I am new to SQL. Is there a way to lock or disable temporarily a trigger? Since under load conditions while updating the database if the triggers are down then it might help updating the db faster. I am using postgre 7.2 and have to update only with INSERT commands. since with copy comman