Listen/Notify payload and interfaces - Mailing list pgsql-hackers

From Joachim Wieland
Subject Listen/Notify payload and interfaces
Date
Msg-id dc7b844e1002170039l3746253bt923c8ff716a12b5c@mail.gmail.com
Whole thread Raw
Responses Re: Listen/Notify payload and interfaces
List 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 by date:

Previous
From: Takahiro Itagaki
Date:
Subject: Re: [GENERAL] possible bug with inheritance?
Next
From: Takahiro Itagaki
Date:
Subject: Re: Re: [BUGS] BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION