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

From Kevin Grittner
Subject Re: Client-Side triggers possible?
Date
Msg-id 4D185A5A0200002500038BB1@gw.wicourts.gov
Whole thread Raw
In response to Client-Side triggers possible?  (Clemens Eisserer <linuxhippy@gmail.com>)
Responses Re: Client-Side triggers possible?
List pgsql-jdbc
Clemens Eisserer <linuxhippy@gmail.com> 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. if one client inserts into a table all other interrested
> clients should somehow get notified.

If you funnel all access through a client-side framework, yes you
can do that.  This, however, has very little to do with the database
which lies behind such a framework -- so a list for a particular
database product may not be the best place to ask this question.

Be warned that incoming programmers will tend to feel constrained by
having to go through your framework rather than using their favorite
tools and techniques.  Don't try this unless you have managers who
are willing to hold the line on this.  For that matter, make sure
that the benefits outweigh the disadvantages -- there are trade offs
here.

-Kevin

pgsql-jdbc by date:

Previous
From: Micka
Date:
Subject: Re: Client-Side triggers possible?
Next
From: Lew
Date:
Subject: Re: Client-Side triggers possible?