LISTEN / NOTIFY

Поиск
Список
Период
Сортировка
От Hannes Dorbath
Тема LISTEN / NOTIFY
Дата
Msg-id elbt60$30vt$1@news.hub.org
обсуждение исходный текст
Ответы Re: LISTEN / NOTIFY  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Is there a way I can have notifications to be streamed to the listener,
so I don't need to poll with LISTEN?

LISTEN foo;
LISTEN
NOTIFY foo;
NOTIFY
Asynchronous notification "foo" received from server process with PID 3593.

This does work for the same backend, but not for notifications issued
from another one.

Thanks!

--
Regards,
Hannes Dorbath

В списке pgsql-general по дате отправления:

Предыдущее
От: Ron Johnson
Дата:
Сообщение: Re: Auto Backup facility?
Следующее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: LISTEN / NOTIFY