Re: NOTIFY/LISTEN with ODBC interface

From: Clemens Ladisch <clemens(at)ladisch(dot)de>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org,Igor Korot <ikorot01(at)gmail(dot)com>,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 06:23:45
Message-ID: 572635BF-DA8E-4F0D-B04D-9DD5C4986A1D@ladisch.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-odbc

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.

Regards,
Clemens

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Igor Korot 2018-12-25 07:48:59 Re: NOTIFY/LISTEN with ODBC interface
Previous Message Michael Harris 2018-12-24 11:04:03 RE: Hot Standby Replica Recovery Problem

Browse pgsql-odbc by date

  From Date Subject
Next Message Igor Korot 2018-12-25 07:48:59 Re: NOTIFY/LISTEN with ODBC interface
Previous Message Igor Korot 2018-12-24 03:37:29 NOTIFY/LISTEN with ODBC interface