Re: Client-Side triggers possible?

Поиск
Список
Период
Сортировка
От Lew
Тема Re: Client-Side triggers possible?
Дата
Msg-id ifab54$25i$1@news.albasani.net
обсуждение исходный текст
Ответ на Re: Client-Side triggers possible?  (Micka <mickamusset@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Micka
Дата:
Сообщение: Re: Client-Side triggers possible?
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: PostgreSQL Authentication and Pooling in JBoss : static 'postgres' user VS dynamic jboss user