Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Listen / Notify questions



On Sun, Jul 09, 2006 at 11:43:15AM +0200, Joost Kraaijeveld wrote:
> 1. Is there a way to determine which sessions are listening for a
> certain notify message?

SELECT * FROM pg_listener;

http://www.postgresql.org/docs/8.1/interactive/catalog-pg-listener.html

> 2. If a session ends without "unlisten" (e.g. my listening program
> crashes), is that session automatically removed from the list of
> sessions that should be notified?

According to the LISTEN documentation, "A session's listen registrations
are automatically cleared when the session ends."  You can confirm
this by querying pg_listener.

http://www.postgresql.org/docs/8.1/interactive/sql-listen.html

-- 
Michael Fuhr



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group