Re: berkley sockets

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: berkley sockets
Дата
Msg-id 450ABD74.6020105@amsoftwaredesign.com
обсуждение исходный текст
Ответ на Re: berkley sockets  ("J S B" <jsbali@gmail.com>)
Список pgsql-general
J S B wrote:
> What exactly is this LISTEN/NOTIFY?
> Is it some function in socket programing or some part of postgres?
>
> ~Jas
>
Listen/Notify is a means of letting a connected postgresql client know a
insert or other event has occurred.
It won't help if you need to send a command/message to some other tcp/ip
daemon.

You set up a rule to use Notify:

create rule InsertDetect as on INSERT to notify_test do notify recinsert

Then on the client side (if the client has libpq listen capability) you
listen for the incoming notification messages and react to them
accordingly.

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration


В списке pgsql-general по дате отправления:

Предыдущее
От: "J S B"
Дата:
Сообщение: Re: berkley sockets
Следующее
От: "Brandon Aiken"
Дата:
Сообщение: Re: Installation with sources or with packages