From: Joachim Wieland on 17 Feb 2010 03:39 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 -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
|
Pages: 1 Prev: [HACKERS] auto_explain causes regression failures Next: [HACKERS] |