Re: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function. - Mailing list pgsql-odbc

From Michael Paquier
Subject Re: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
Date
Msg-id CAB7nPqT68xMJW-xAVE-qEC5Tw6WjApOeWAQQcx-7g5ztw99snQ@mail.gmail.com
Whole thread Raw
In response to This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.  (rohtodeveloper <rohtodeveloper@outlook.com>)
Responses Re: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
List pgsql-odbc


On Mon, Oct 20, 2014 at 8:56 PM, rohtodeveloper <rohtodeveloper@outlook.com> wrote:

If I create a postgres's FUNCTION(myfunc()) using C languageand use this FUNCTION to call the odbc driver(psqlodbcw.so),this problem may happen.

Why would you want to do that? ODBC driver should run as a client process and should not need to interact in any way with a Postgres server process, aka an internal session of the instance.
--
Michael

pgsql-odbc by date:

Previous
From: rohtodeveloper
Date:
Subject: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
Next
From: Michael Paquier
Date:
Subject: Re: [BUGS] BUG #11767: ODBC driver bug when fetching constant string columns