Re: NOTIFY/LISTEN with ODBC interface

2018-12-24 Thread Igor Korot
Hi, Clemens, et al, On Tue, Dec 25, 2018 at 12:23 AM Clemens Ladisch 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 ad

Re: NOTIFY/LISTEN with ODBC interface

2018-12-24 Thread Clemens Ladisch
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, Cleme

Re: NOTIFY/LISTEN with ODBC interface

2018-12-24 Thread Igor Korot
Hi, On Mon, Dec 24, 2018 at 5:25 AM Danny Severns 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