Re: NOTIFY/LISTEN with ODBC interface

Started by Igor Korotover 7 years ago1 messagesgeneral
Jump to latest
#1Igor Korot
ikorot01@gmail.com

Hi,

On Mon, Dec 24, 2018 at 5:25 AM Danny Severns <Danny@eidl-sw.com> wrote:

Is your question "can it be done" or "is someone willing to do it" or both?

Pretty much both.

Looking at the sample on the page it retrieves the connection socket.
And I know that there is no ODBC function that can retrieve this.

So can this be done with ODBC interface, and if yes - how?

Thank you.

Show quoted text

-----Original Message-----
From: Igor Korot <ikorot01@gmail.com>
Sent: Sunday, December 23, 2018 9:37 PM
To: PostgreSQL ODBC list <pgsql-odbc@postgresql.org>; pgsql-general <pgsql-general@postgresql.org>
Subject: NOTIFY/LISTEN with ODBC interface

Hi,
Is there a way to write a code found at
https://www.postgresql.org/docs/9.1/libpq-example.html
Example 2 with the ODBC interface?

Thank you.