Re: A simple extension immitating pg_notify - Mailing list pgsql-general

From Tom Lane
Subject Re: A simple extension immitating pg_notify
Date
Msg-id 4700.1469373372@sss.pgh.pa.us
Whole thread Raw
In response to Re: A simple extension immitating pg_notify  (Melvin Davidson <melvin6925@gmail.com>)
List pgsql-general
Melvin Davidson <melvin6925@gmail.com> writes:
> I am not so sure another extension is needed. Would it not make more sense
> just to use the dblink extension?

That would be a quick-n-dirty fix, but it would give up all the guarantees
NOTIFY provides about messages being sent if and only if the sending
transaction commits.

            regards, tom lane


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: A simple extension immitating pg_notify
Next
From: Peter Devoy
Date:
Subject: Return results of join with polymorphically-defined table in pl/pgsql