Re: Disable Triggers - Mailing list pgsql-general

From Tom Lane
Subject Re: Disable Triggers
Date
Msg-id 27129.1207773534@sss.pgh.pa.us
Whole thread Raw
In response to Re: Disable Triggers  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-general
"Greg Sabino Mullane" <greg@turnstep.com> writes:
> You should be using ALTER TABLE and not worry about changing tgenabled
> yourself, in case it wasn't obvious.

Yeah.  I had imagined Terry was hacking some backend code to do this,
in which case invoking CacheInvalidateRelcache directly might be
reasonable.  But updating tgenabled directly from client code is Just A
Bad Idea.

            regards, tom lane

pgsql-general by date:

Previous
From: Geoffrey
Date:
Subject: Re: Disable Triggers
Next
From: "Kevin Martins"
Date:
Subject: Re: pain of postgres upgrade with extensions