Re: NOTIFY/LISTEN with ODBC interface

From: Igor Korot <ikorot01(at)gmail(dot)com>
To: Clemens Ladisch <clemens(at)ladisch(dot)de>
Cc: pgsql-odbc(at)lists(dot)postgresql(dot)org, PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: NOTIFY/LISTEN with ODBC interface
Date: 2018-12-25 07:48:59
Message-ID: CA+FnnTy638WRFYSQ+-8MLBkXmvWrcdUmVwN+Rwnhx8jC_MTRVA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

Hi, Clemens, et al,

On Tue, Dec 25, 2018 at 12:23 AM Clemens Ladisch <clemens(at)ladisch(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mitar 2018-12-25 09:13:03 CREATE UNLOGGED MATERIALIZED VIEW
Previous Message Clemens Ladisch 2018-12-25 06:23:45 Re: NOTIFY/LISTEN with ODBC interface

Browse pgsql-odbc by date

  From Date Subject
Next Message Vikram Rakhe 2019-01-03 06:44:45 Performance Issue with bulk Insert of Rows to Temp Table
Previous Message Clemens Ladisch 2018-12-25 06:23:45 Re: NOTIFY/LISTEN with ODBC interface