Re: Client-Side triggers possible?

From: Micka <mickamusset(at)gmail(dot)com>
To: Clemens Eisserer <linuxhippy(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Client-Side triggers possible?
Date: 2010-12-27 15:08:52
Message-ID: AANLkTik=xBuF8eKaCozU_CZ+ZDhs227O9J4Gp84u3N_e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hey,

you should take a look at that :

http://jdbc.postgresql.org/documentation/83/listennotify.html

;)

On Mon, Dec 27, 2010 at 4:01 PM, Clemens Eisserer <linuxhippy(at)gmail(dot)com>wrote:

> Hi,
>
> 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.
> if one client inserts into a table all other interrested clients
> should somehow get notified.
>
> Thank you in advance, Clemens
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2010-12-27 15:20:26 Re: Client-Side triggers possible?
Previous Message Clemens Eisserer 2010-12-27 15:01:58 Client-Side triggers possible?