Re: Trigger question - Mailing list pgsql-general

From Daniel Schuchardt
Subject Re: Trigger question
Date
Msg-id cglekj$2r28$1@news.hub.org
Whole thread Raw
In response to Trigger question  (Daniel Schuchardt <daniel_schuchardt@web.de>)
List 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

pgsql-general by date:

Previous
From: "Cornelia Boenigk"
Date:
Subject: Re: Problem to connect to the Windows Port
Next
From: Jan Wieck
Date:
Subject: Re: Problem to connect to the Windows Port