On Mon, 15 Mar 2004, Vitaglione Giosue' wrote:
>
> Hello everybody,
>
> Could anyone tell about the current
> status of the LISTEN/NOTIFY support through JDBC?
>
Listen/notify works in JDBC see PGConnection.getNotifications(). What it
is currently lacking is asychronous notifications which means you must
poll to get a notification instead of just waiting for it.
Kris Jurka