Re: NOTIFY/LISTEN with ODBC interface - Mailing list pgsql-odbc

From Igor Korot
Subject Re: NOTIFY/LISTEN with ODBC interface
Date
Msg-id CA+FnnTy638WRFYSQ+-8MLBkXmvWrcdUmVwN+Rwnhx8jC_MTRVA@mail.gmail.com
Whole thread Raw
In response to Re: NOTIFY/LISTEN with ODBC interface  (Clemens Ladisch <clemens@ladisch.de>)
List pgsql-odbc
Hi, Clemens, et al,

On Tue, Dec 25, 2018 at 12:23 AM Clemens Ladisch <clemens@ladisch.de> 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


pgsql-odbc by date:

Previous
From: Clemens Ladisch
Date:
Subject: Re: NOTIFY/LISTEN with ODBC interface
Next
From: Vikram Rakhe
Date:
Subject: Performance Issue with bulk Insert of Rows to Temp Table