Re: Use LISTEN/NOTIFY between different databases - Mailing list pgsql-general

From John R Pierce
Subject Re: Use LISTEN/NOTIFY between different databases
Date
Msg-id 4FA82F59.6000000@hogranch.com
Whole thread Raw
In response to Use LISTEN/NOTIFY between different databases  (Igor <igorya.inscriptio@gmail.com>)
List pgsql-general
On 05/07/12 1:13 PM, Igor wrote:
>
> 1.Is this possible in future releases ?
> 2. How I can organize interconnectbetween two clients connected to
> different DB? I need call NOTIFY from pgsql function in one database
> to another LISTEN client in another database.


a listener isn't 'in a database', its a client application thats polling
for the notifications from the database its connected to.

so in that context, your question doesn't really make sense.


--
john r pierce                            N 37, W 122
santa cruz ca                         mid-left coast


pgsql-general by date:

Previous
From: Igor
Date:
Subject: Use LISTEN/NOTIFY between different databases
Next
From: Tomas Vondra
Date:
Subject: Re: manipulating anyarray columns