pg_listening_channels()

Поиск
Список
Период
Сортировка
От Igor Neyman
Тема pg_listening_channels()
Дата
Msg-id A76B25F2823E954C9E45E32FA49D70EC08EF46E4@mail.corp.perceptron.com
обсуждение исходный текст
Ответы Re: pg_listening_channels()  ("Greg Sabino Mullane" <greg@turnstep.com>)
Список pgsql-general

Hello,

 

In Postgresql 9.2 this function pg_listening_channels() returns the channels that the current session/connection listens to.

 

How (if it’s even possible) can I get listening channels for all sessions/ connections in the database?

With older versions I could just query “pg_listener WHERE relname = listener_name”.  Not any more, the table doesn’t exist in newer versions.

 

Regards,

Igor Neyman

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Correlation in pg_stats
Следующее
От: Rodrigo Rosenfeld Rosas
Дата:
Сообщение: distinct values and count over window function