Re: back-end triggers front-end to update - Mailing list pgsql-general

From Scott Marlowe
Subject Re: back-end triggers front-end to update
Date
Msg-id 1122414242.15145.94.camel@state.g2switchworks.com
Whole thread Raw
In response to back-end triggers front-end to update  ("Adam O'Toole" <adamnb1@hotmail.com>)
List pgsql-general
On Tue, 2005-07-26 at 16:25, Adam O'Toole wrote:
> Hello everyone,
> I am searching for a way to have my postgresql 7.4.7 backend be
> triggered to let the front end know there has been a change to the
> database. If more then one person is connected to the database and
> person (x) makes a change, I want other clients to then be aware of
> that, and refresh there screen so they are not then looking at out of
> date data.
> Any insight?  Thank you so much, have a great day.

I believe the tools you are looking for are triggers and notify /
listen...

pgsql-general by date:

Previous
From: "Adam O'Toole"
Date:
Subject: back-end triggers front-end to update
Next
From: Randall Perry
Date:
Subject: Rules vs Triggers