Re: Client-Side triggers possible? - Mailing list pgsql-jdbc

From Lew
Subject Re: Client-Side triggers possible?
Date
Msg-id ifab54$25i$1@news.albasani.net
Whole thread Raw
In response to Re: Client-Side triggers possible?  (Micka <mickamusset@gmail.com>)
List pgsql-jdbc
Micka wrote:
> you should take a look at that :
http://jdbc.postgresql.org/documentation/head/listennotify.html

which tells us
> A key limitation of the JDBC driver is that it cannot receive
> asynchronous notifications and must poll the backend to check
> if any notifications were issued.

thus not fulfilling the OP's criterion that there be no polling:

Clemens Eisserer wrote:
>> Is there any way to get clients notified about data-changes
>> without polling?
>>
>> What I would need would be a client-side equivalent to triggers,
>> e.g. [sic] if one client inserts into a table all other interrested
>> clients should somehow get notified.

--
Lew
Ceci n'est pas une pipe.

pgsql-jdbc by date:

Previous
From: Micka
Date:
Subject: Re: Client-Side triggers possible?
Next
From: Achilleas Mantzios
Date:
Subject: PostgreSQL Authentication and Pooling in JBoss : static 'postgres' user VS dynamic jboss user