Re: Trigger question

From: Daniel Schuchardt <daniel_schuchardt(at)web(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Trigger question
Date: 2004-08-26 19:45:29
Message-ID: cglekj$2r28$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ok, it is working fine.

> Hi list,
>
> i'm a bit confused. I have a table with a trigger after insert. It is
> possible that this trigger will do inserts in the same table, but is the
> after insert trigger fired again in this case? (I would need this)
>
> e.g.
>
> USER INSERT
>
> BEFORE TRIGGER
> AFTER TRIGGER
>
> ->DECIDES TO INSERT X ROWS IN THE SAME TABLE
>
> ->BEFORE TRIGGER (this one is fired for each row the after trigger inserts)
>
> ->AFTER TRIGGER AGAIN???? FOR EACH ROW THE AFTER TRIGGER INSERTED

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jan Wieck 2004-08-26 20:12:48 Re: Problem to connect to the Windows Port
Previous Message Cornelia Boenigk 2004-08-26 18:20:31 Re: Problem to connect to the Windows Port