LISTEN / NOTIFY - Mailing list pgsql-general

From Hannes Dorbath
Subject LISTEN / NOTIFY
Date
Msg-id elbt60$30vt$1@news.hub.org
Whole thread Raw
Responses Re: LISTEN / NOTIFY  (Martijn van Oosterhout <kleptog@svana.org>)
List 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 by date:

Previous
From: Ron Johnson
Date:
Subject: Re: Auto Backup facility?
Next
From: Martijn van Oosterhout
Date:
Subject: Re: LISTEN / NOTIFY