Re: Listen/notify, equivalents on other DBs

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Listen/notify, equivalents on other DBs
Date: 2015-09-26 07:31:01
Message-ID: mu5hjr$k6c$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mark Morgan Lloyd schrieb am 25.09.2015 um 23:41:
> I'm trying to get support for PostgreSQL's listen/notify into a
> development environment, but since it supports multiple database
> backends: can anybody comment on how many other servers have a
> comparable facility?
>
> Minimal research has allowed me to code something for
> Firebird/Interbase, but I'm not in a position to investigate Oracle,
> IBM, MS and the rest. I'd appreciate any general comments from
> somebody who has broad SQL experience, I'm not asking for example
> code.

For Oracle this would be the "change notification" feature which
goes beyond what Postgres can do if I'm not mistaken as you can
register a query and the client is notified if the result of that
query would change:

http://docs.oracle.com/database/121/JJDBC/dbchgnf.htm#JJDBC28815

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2015-09-26 07:53:20 How to speed up delete where not in
Previous Message Francisco Reyes 2015-09-26 02:05:18 Re: Test failover for PosgreSql 9.2