Re: NOTIFY/LISTEN with ODBC interface
Clemens Ladisch <[email protected]> Tue, 25 Dec 2018 07:23:45 +0100
| Newsgroups | gmane.comp.db.postgresql.odbc,gmane.comp.db.postgresql.general |
|---|---|
| Message-ID | <[email protected]> |
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