Re: Use LISTEN/NOTIFY between different databases

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Use LISTEN/NOTIFY between different databases
Date: 2012-05-07 20:23:53
Message-ID: 4FA82F59.6000000@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2012-05-07 20:41:14 Re: manipulating anyarray columns
Previous Message Igor 2012-05-07 20:13:30 Use LISTEN/NOTIFY between different databases