Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

problem with triggers


  • From: Florent THOMAS <mailinglist(at)tdeo(dot)fr>
  • To: postgesql general <pgsql-general(at)postgresql(dot)org>
  • Subject: problem with triggers
  • Date: Mon, 01 Feb 2010 00:53:07 +0100
  • Message-id: <1264981987.28479.6.camel@Dell_Inspiron> <text/plain>

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



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group