BUG #5319: recursion in the triggers

From: "Michail Antonov" <atin65536(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5319: recursion in the triggers
Date: 2010-02-08 01:03:00
Message-ID: 201002080103.o18130Dm016876@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5319
Logged by: Michail Antonov
Email address: atin65536(at)gmail(dot)com
PostgreSQL version: 8.4.2
Operating system: Windows XP
Description: recursion in the triggers
Details:

I have 'after insert' trigger, which call function, which insert row in the
same table. I expect, that trigger will be called again, but it does not
heppened.

Reply me, is it a bug or feature?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2010-02-08 04:52:25 Re: BUG #5319: recursion in the triggers
Previous Message John R Pierce 2010-02-07 20:27:31 Re: [GENERAL] weird bug in rebuilding RPMs