RE: [INTERFACES] NOTIFY/LISTEN with JDBC - Mailing list pgsql-interfaces

From Martin Kresse
Subject RE: [INTERFACES] NOTIFY/LISTEN with JDBC
Date
Msg-id 200002182326.e1INQfV30239@einhorn.in-berlin.de
Whole thread Raw
In response to RE: [INTERFACES] NOTIFY/LISTEN with JDBC  (Peter Mount <petermount@it.maidstone.gov.uk>)
List pgsql-interfaces
>> NOTIFY/LISTEN mechanism, but I can't get it working with
>> JDBC. I was told, to use connection.getWarnings() method to
>> retrieve notifications, which doesn't seem to work. [...]

> 'll try it. That should work (in theory).
> 
> Peter
> 

The Connection's method ExecSQL() is missing an 
addWarning(msg) or something similar, when handling the 
notification message...

Martin Kresse


pgsql-interfaces by date:

Previous
From: "Martin Kresse"
Date:
Subject: JDBS error codes
Next
From: "Hiroshi Inoue"
Date:
Subject: RE: [INTERFACES] A question on triggers