Thread: disable trigger all

disable trigger all

From
"John Liu"
Date:

Will disable trigger all on table X also disable all the rules on this table A? Since all constraints in postgresql are implemented by triggers, will disable trigger also disable foreign key constraint on table X?

 

John

Re: disable trigger all

From
Scott Marlowe
Date:
On Thu, Jul 16, 2009 at 11:21 AM, John Liu<johnl@mumboe.com> wrote:
> Will disable trigger all on table X also disable all the rules on this table
> A?

No.

> Since all constraints in postgresql are implemented by triggers, will
> disable trigger also disable foreign key constraint on table X?

Yes.