Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

PDO and PostgreSQL's LISTEN/NOTIFY



Is anyone aware of any effort currently underway to add support for
PostgreSQL's LISTEN/NOTIFY (async notification) feature to PDO?

At present the notification mechanism:

  http://www.postgresql.org/docs/8.1/interactive/libpq-notify.html

is only available within PHP whilst using the old-style API:

  http://www.php.net/manual/en/function.pg-get-notify.php

Unfortunately this means that applications ordinarily using PDO have to
include a mixture of old/new APIs (and separate connections/sessions) if they
want to receive notification messages.  I was thinking of putting some time
into proposing an addition to the PDO_PGSQL driver:

  http://www.php.net/manual/en/ref.pdo-pgsql.php

but didn't want to duplicate effort if someone has already written the code to
handle this feature.

Thanks..



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group