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?
NVM, a quick search through the output of `\dfS` showed me the `pg_listening_channels()` function, which returns a TEXT[] of currently subscribed channels.
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
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.