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
hat can retrieve this. So can this be done with ODBC interface, and if yes - how? Thank you. > > -Original Message- > From: Igor Korot > Sent: Sunday, December 23, 2018 9:37 PM > To: PostgreSQL ODBC list ; pgsql-general > > Subject: NOTIFY/LISTEN with ODBC int

NOTIFY/LISTEN with ODBC interface

2018-12-23 Thread Igor Korot
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.