Re: LISTEN & NOTIFY data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Burra <burra(at)colorado(dot)edu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: LISTEN & NOTIFY data
Date: 2001-12-03 16:09:33
Message-ID: 13552.1007395773@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Burra <burra(at)colorado(dot)edu> writes:
> Is there any way to listen to all NOTIFY signals?

Nope, you have to LISTEN to each name you want to hear about.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Oskar Stolc 2001-12-03 22:01:37 select into vs. create as
Previous Message Burra 2001-12-03 16:04:55 Re: LISTEN & NOTIFY data