Re: Strange behaviour of trigger functions when initiated via jdbc - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Strange behaviour of trigger functions when initiated via jdbc
Date
Msg-id 18153.994860984@sss.pgh.pa.us
Whole thread Raw
In response to Strange behaviour of trigger functions when initiated via jdbc  (Sebastian Schuette <schuette@wapcommunications.de>)
List pgsql-jdbc
Sebastian Schuette <schuette@wapcommunications.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

pgsql-jdbc by date:

Previous
From: Nikk Anderson
Date:
Subject: jdbc and unix signals
Next
From: Dave Cramer
Date:
Subject: Re: JDBC and stored procedures