From: | Joachim Wieland <joe(at)mcknight(dot)de> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Listen/Notify payload and interfaces |
Date: | 2010-02-17 08:39:18 |
Message-ID: | dc7b844e1002170039l3746253bt923c8ff716a12b5c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-interfaces |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Takahiro Itagaki | 2010-02-17 08:43:19 | Re: Re: [BUGS] BUG #4566: pg_stop_backup() reports incorrect STOP WAL LOCATION |
Previous Message | Takahiro Itagaki | 2010-02-17 08:18:24 | Re: [GENERAL] possible bug with inheritance? |
From | Date | Subject | |
---|---|---|---|
Next Message | Greg Sabino Mullane | 2010-02-17 18:04:14 | Re: [HACKERS] Listen/Notify payload and interfaces |
Previous Message | Raimon Fernandez | 2009-12-23 09:24:42 | Re: Extended Query, flush or sync ? |