Re: Watching for view changes

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Watching for view changes
Date: 2018-12-20 15:33:01
Message-ID: 8ce68eb6-4bae-447c-b9d2-f25e0c02546d@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/20/18 3:17 AM, Mitar wrote:
> Hi!
>
> I am trying to see how I could use NOTIFY/LISTEN to watch changes of a
> complicated SELECT query which spans multiple tables. Ideally, I would
> like to leave to PostgreSQL to determine when some data (and which
> data) in the result of the SELECT query has changed. So I am thinking
[snip]

There was a LONG thread on this list a few months ago about monitoring for
DDL changes.  It should prove helpful (or cause you to despair).

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mitar 2018-12-20 15:54:02 Re: Watching for view changes
Previous Message Merlin Moncure 2018-12-20 14:03:32 Re: libpq PQexecParams & value placeholders