Re: Postgres Triggers issue

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

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 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Iñigo Martinez Lasala 2010-02-11 09:17:22 Re: Disabling triggers with psql (gforge 7.4 to 8.2 migration)
Previous Message u235sentinel 2010-02-11 04:13:46 Postgres Triggers issue