Re: Postgres Triggers issue

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: u235sentinel(at)gmail(dot)com
Cc: "<pgsql-hackers(at)postgresql(dot)org>" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Postgres Triggers issue
Date: 2010-02-11 02:10:11
Message-ID: 21010.1265854211@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

u235sentinel <u235sentinel(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-02-11 02:17:52 Re: [PATCH] Output configuration status after ./configure run.
Previous Message Marko Tiikkaja 2010-02-11 01:44:22 Re: Writeable CTEs and empty relations