problem with triggers - Mailing list pgsql-general

From Florent THOMAS
Subject problem with triggers
Date
Msg-id 1264981987.28479.6.camel@Dell_Inspiron
Whole thread Raw
Responses Re: problem with triggers  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
Hy everybody,

I have a problem with 2 triggers.

I work on 3 tables :
table A ==> with one trigger after insert that insert values in table B
Table B ==> with one trigger after insert that insert values in table C
Table C
As I insert values on table A, I have a message that indicates the EXECUTE statement as null.
I wonder if it is because the 2nd insert is sent as the first one is not ended.
In this case, how configure postgresql to accept this second insertion?

Best regards

pgsql-general by date:

Previous
From: Florent THOMAS
Date:
Subject: dynamic crosstab
Next
From: Scott Marlowe
Date:
Subject: Re: problem with triggers