Re: Postgres Triggers issue - Mailing list pgsql-admin

From Tom Lane
Subject Re: Postgres Triggers issue
Date
Msg-id 2884.1265867464@sss.pgh.pa.us
Whole thread Raw
In response to Postgres Triggers issue  (u235sentinel <u235sentinel@gmail.com>)
List pgsql-admin
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 really isn't enough information for anybody to help you.  The
rest of us don't know what you mean by a "feed", let alone how a trigger
might stop it.  Tell us what's happening at the level of SQL commands.

            regards, tom lane

pgsql-admin by date:

Previous
From: u235sentinel
Date:
Subject: Postgres Triggers issue
Next
From: Iñigo Martinez Lasala
Date:
Subject: Re: Disabling triggers with psql (gforge 7.4 to 8.2 migration)