Re: Help! Database restored with disabled triggers - Mailing list pgsql-general

From Joe Kramer
Subject Re: Help! Database restored with disabled triggers
Date
Msg-id b4c00a110909230912r1aaa9b09oe84cbc3bf82284a9@mail.gmail.com
Whole thread Raw
In response to Re: Help! Database restored with disabled triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Help! Database restored with disabled triggers  (Adrian Klaver <aklaver@comcast.net>)
List pgsql-general
On Thu, Sep 24, 2009 at 1:33 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Joe Kramer <cckramer@gmail.com> writes:
>> On Thu, Sep 24, 2009 at 12:53 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> You sure they weren't disabled in the source database?
>
>> Yes, I'm absolutely sure they are not disabled. And in the SQL dump
>> file there are no commands that would disable them.
>
> Better take another look for "ALTER TABLE foo DISABLE TRIGGER bar"
> commands.  Given the information that this is a pre-8.3 pg_dump,
> that's exactly the behavior I'd expect, because it's not going to
> understand the values it finds in pg_trigger.tgenabled in an 8.3
> server.
>

Thanks, I found DISABLE TRIGGER commands and deleted them,
but wish I could find a way to make pg_dump not to add them!

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re:
Next
From: Martin Gainty
Date:
Subject: Source for CreatedSharedMemoryAndSemaphores