Re: Server->Client notification (without polling)?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wolfgang Keller <wolfgang(dot)keller(dot)nospam(at)gmx(dot)de>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Server->Client notification (without polling)?
Date: 2006-09-20 14:33:02
Message-ID: 2814.1158762782@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Wolfgang Keller <wolfgang(dot)keller(dot)nospam(at)gmx(dot)de> writes:
> As I understand from the manual, the LISTEN and NOTIFY SQL commands require
> to poll the database to retrieve the notification events...?

No, they don't.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Wolfgang Keller 2006-09-20 19:54:03 Re: Server->Client notification (without polling)?
Previous Message Wolfgang Keller 2006-09-20 12:48:24 Server->Client notification (without polling)?