Re: NOTIFY/LISTEN with ODBC interface

Igor Korot <[email protected]> Tue, 25 Dec 2018 01:48:59 -0600
Newsgroups gmane.comp.db.postgresql.odbc,gmane.comp.db.postgresql.general
Message-ID <CA+FnnTy638WRFYSQ+-8MLBkXmvWrcdUmVwN+Rwnhx8jC_MTRVA@mail.gmail.com>
Hi, Clemens, et al,

On Tue, Dec 25, 2018 at 12:23 AM Clemens Ladisch <[email protected]> wrote:
>
> Igor Korot wrote:
> >Is there a way to write [LISTEN/NOTIFY] with the ODBC interface?
>
> At the moment, no.
>
> ODBC is a standard interface, so there are no functions for this defined.
>
> It might be possible to add PG-specific extensions to the ODBC driver,
> but this has not (yet) be done.

Thank you for the reply.
I guess I will just have to implement minimal schema watching algorithm.


>
>
> Regards,
> Clemens