Re: Can the frontend get notifications from the postgres server? - Mailing list pgsql-admin

From weigelt@metux.de
Subject Re: Can the frontend get notifications from the postgres server?
Date
Msg-id 20030617052837.GB9181@metux.de
Whole thread Raw
In response to Can the frontend get notifications from the postgres server?  ("Anagha Joshi" <ajoshi@nulinkinc.com>)
Responses Re: Can the frontend get notifications from the postgres  ("A.Bhuvaneswaran" <bhuvan@symonds.net>)
List pgsql-admin
On Tue, Jun 17, 2003 at 10:09:04AM +0530, Anagha Joshi wrote:
>
(qestion in subject ...)

yes.
simply execute LISTEN <eventname>; on the one side and then
an NOTIFY <eventname> on the other side. on the next query
you'll see the notify. (you can easily try it w/ pgsql)

but i currently dont know, if you can receive notifies in php ...
that's what i'm really interested in ...

cu
--
---------------------------------------------------------------------
 Enrico Weigelt    ==   metux ITS
 Webhosting ab 5 EUR/Monat.          UUCP, rawIP und vieles mehr.

 phone:     +49 36207 519931         www:       http://www.metux.de/
 fax:       +49 36207 519932         email:     contact@metux.de
 cellphone: +49 174 7066481         smsgate:   sms.weigelt@metux.de
---------------------------------------------------------------------
 Diese Mail wurde mit UUCP versandt.      http://www.metux.de/uucp/

pgsql-admin by date:

Previous
From: "Anagha Joshi"
Date:
Subject: Can the frontend get notifications from the postgres server?
Next
From: "A.Bhuvaneswaran"
Date:
Subject: Re: Can the frontend get notifications from the postgres