Re: Problems with disabling triggers in Postgres 7.3.9

From: Richard Huxton <dev(at)archonet(dot)com>
To: Flávio Suguimoto <flavio(dot)suguimoto(at)pragyatechnologies(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Problems with disabling triggers in Postgres 7.3.9
Date: 2006-03-09 14:41:45
Message-ID: 44103EA9.5040902@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Flávio Suguimoto wrote:
> Hi Richard,
>
> I have that trigger running on AFTER INSERT of participation table. That
> trigger inserts 3 new record for each line i inserted in participation.

Yes, but WHY? What problem are you trying to solve.

Presumably there is some difference between the first "participation"
row and the other 3 - the status, the ticket-number, something. Test for
that difference and you'll know whether you'll need to insert those 3
extra rows or not.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Flávio Suguimoto 2006-03-09 15:11:14 Re: Problems with disabling triggers in Postgres 7.3.9
Previous Message Flávio Suguimoto 2006-03-09 14:25:28 Re: Problems with disabling triggers in Postgres 7.3.9