Re: Listen/notify across clusters - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Listen/notify across clusters
Date
Msg-id 51E6E6D2.8060602@dunslane.net
Whole thread Raw
In response to Re: Listen/notify across clusters  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 07/17/2013 02:08 PM, Josh Berkus wrote:
>
>> There shouldn't be any major problems with implementing LISTEN on the
>> slaves since LISTEN is done in memory.
> Actually, that's not the hard part.  Listeners need to be registered on
> the standby, which requires a write to a system catalog, currently.


Er, not since 9.0 I think - there is no pg_listener any more.

cheers

andrew




pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: new "row-level lock" error messages
Next
From: Josh Berkus
Date:
Subject: Return of "can't paste into psql" issue