Re: Pending trigger events on ALTER TABLE in 8.3 - Mailing list pgsql-general

From Tom Lane
Subject Re: Pending trigger events on ALTER TABLE in 8.3
Date
Msg-id 2034.1312231677@sss.pgh.pa.us
Whole thread Raw
In response to Re: Pending trigger events on ALTER TABLE in 8.3  ("Reuven M. Lerner" <reuven@lerner.co.il>)
Responses Re: Pending trigger events on ALTER TABLE in 8.3  ("Reuven M. Lerner" <reuven@lerner.co.il>)
List pgsql-general
"Reuven M. Lerner" <reuven@lerner.co.il> writes:
> Hi, everyone.  Tom wrote:
>> Exactly what it says: not-yet-processed trigger events for the table.
>> If you don't have any explicit triggers on the table, maybe they are
>> FOREIGN KEY implementation triggers. It's hard to say more than that
>> when you haven't shown us any of the DDL.

> Sorry; I'm enclosing the table definition below.

Um ... I don't see anything about RecipeNumericParameterSnapshot here.

> We're not modifying any columns that have constraints or foreign keys.

Are they *referenced* by other tables' foreign keys?  But in any case,
the issue isn't about ALTER TABLE in itself, it's that some preceding
uncommitted operation had left some trigger events (read: FK conditions
that need to be verified).  Doesn't matter which columns those might be
on.

            regards, tom lane

pgsql-general by date:

Previous
From: "Reuven M. Lerner"
Date:
Subject: Re: Pending trigger events on ALTER TABLE in 8.3
Next
From: Martijn van Oosterhout
Date:
Subject: Re: string comparison problem