Re: Strange behaviour of trigger functions when initiated via jdbc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sebastian Schuette <schuette(at)wapcommunications(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Strange behaviour of trigger functions when initiated via jdbc
Date: 2001-07-11 14:16:24
Message-ID: 18153.994860984@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Sebastian Schuette <schuette(at)wapcommunications(dot)de> writes:
> There are some trigger functions registered in the database that
> create records in a log table, when a record in a datatable gets
> changed.
If we change records of the datatable via psql or via
> pgaccess everything works fine. If we change records of the datatable
> via jdbc, only some of the trigger functions get executed and some not
> (but the changed records appear in the database).

Quite frankly, I do not believe this. Please provide a complete example.

regards, tom lane

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-07-11 14:20:29 Re: [JDBC] JDBC and stored procedures
Previous Message Nikk Anderson 2001-07-11 13:11:47 jdbc and unix signals