Re: Postgres Triggers issue - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Postgres Triggers issue
Date
Msg-id 21010.1265854211@sss.pgh.pa.us
Whole thread Raw
In response to Postgres Triggers issue  (u235sentinel <u235sentinel@gmail.com>)
Responses Re: Postgres Triggers issue
List pgsql-hackers
u235sentinel <u235sentinel@gmail.com> writes:
> I have a strange problem we noticed the other day with triggers.  We're 
> running 8.3.3 on Solaris 10 (intel) and have a feed that comes in 
> regularly to populate a table we're working on.  The feed works just 
> fine inserting rows however the following trigger stops the feed until 
> we remove the trigger.  Any thoughts on what I'm doing wrong here?

This is not a -hackers question, and even if it were, you didn't provide
nearly enough context for anybody to do more than guess.  I'm going to
guess "foreign key conflict" and leave it at that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: Writeable CTEs and empty relations
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Output configuration status after ./configure run.