Re: Cheapest way to poll for notifications? - Mailing list pgsql-general

From Tom Lane
Subject Re: Cheapest way to poll for notifications?
Date
Msg-id 25363.1260457864@sss.pgh.pa.us
Whole thread Raw
In response to Cheapest way to poll for notifications?  (Craig Ringer <craig@postnewspapers.com.au>)
Responses Re: Cheapest way to poll for notifications?  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-general
Craig Ringer <craig@postnewspapers.com.au> writes:
> As Pg doesn't presently support client push for notifications arising
> from LISTEN/NOTIFY, I'm wondering if anybody here has done any research
> into the cheapest statement to issue to check for such notifications.

The backend certainly will push the notification.  Maybe you just have
a client-side-software issue?

            regards, tom lane

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Cheapest way to poll for notifications?
Next
From: CG
Date:
Subject: Re: pg_dump and ON DELETE CASCADE problem