Re: Use LISTEN/NOTIFY between different databases

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: Use LISTEN/NOTIFY between different databases
Дата
Msg-id 4FA82F59.6000000@hogranch.com
обсуждение исходный текст
Ответ на Use LISTEN/NOTIFY between different databases  (Igor <igorya.inscriptio@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Igor
Дата:
Сообщение: Use LISTEN/NOTIFY between different databases
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: manipulating anyarray columns