Re: Can the frontend get notifications from the postgres server?

Поиск
Список
Период
Сортировка
От weigelt@metux.de
Тема Re: Can the frontend get notifications from the postgres server?
Дата
Msg-id 20030617052837.GB9181@metux.de
обсуждение исходный текст
Ответ на Can the frontend get notifications from the postgres server?  ("Anagha Joshi" <ajoshi@nulinkinc.com>)
Ответы Re: Can the frontend get notifications from the postgres  ("A.Bhuvaneswaran" <bhuvan@symonds.net>)
Список 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 по дате отправления:

Предыдущее
От: "Anagha Joshi"
Дата:
Сообщение: Can the frontend get notifications from the postgres server?
Следующее
От: "A.Bhuvaneswaran"
Дата:
Сообщение: Re: Can the frontend get notifications from the postgres