Listen/Notify payload and interfaces

Поиск
Список
Период
Сортировка
От Joachim Wieland
Тема Listen/Notify payload and interfaces
Дата
Msg-id dc7b844e1002170039l3746253bt923c8ff716a12b5c@mail.gmail.com
обсуждение исходный текст
Ответы Re: Listen/Notify payload and interfaces
Список pgsql-hackers
This one is for the maintainers of the various postgresql interfaces:

With the new listen/notify implementation we can send a payload along
with the notification. This has been in the protocol already since
years and there is no change needed for libpq. However we need to
adapt the various interfaces to allow a payload to be sent and
received.

A notification is sent via SQL:

http://developer.postgresql.org/pgdocs/postgres/sql-notify.html


and received via the libpq call PQnotifies:

http://developer.postgresql.org/pgdocs/postgres/libpq-notify.html



Joachim


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

Предыдущее
От: Takahiro Itagaki
Дата:
Сообщение: Re: [GENERAL] possible bug with inheritance?
Следующее
От: Takahiro Itagaki
Дата:
Сообщение: Re: Re: [BUGS] BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION