Re: Verifying LISTEN subscriptions?

Поиск
Список
Период
Сортировка
От Deven Phillips
Тема Re: Verifying LISTEN subscriptions?
Дата
Msg-id CAJw+4NAhOivupLU6_wwXB81MSFJBXmv1iN3y0MXmURf39v6YvA@mail.gmail.com
обсуждение исходный текст
Ответ на Verifying LISTEN subscriptions?  (Deven Phillips <deven.phillips@gmail.com>)
Список pgsql-general
NVM, a quick search through the output of `\dfS` showed me the `pg_listening_channels()` function, which returns a TEXT[] of currently subscribed channels.


Cheers,

Deven

On Sat, Sep 17, 2016 at 8:45 AM, Deven Phillips <deven.phillips@gmail.com> wrote:
From a connection which has previously executed a LISTEN <channel> statement, is there a query which I can run which will tell me if it is still listening on those channels?

Thanks in advance!!

Deven Phillips

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

Предыдущее
От: Deven Phillips
Дата:
Сообщение: Verifying LISTEN subscriptions?
Следующее
От: Nikolai Zhubr
Дата:
Сообщение: Re: Nonblocking libpq + openssl = ?