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

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
Дата
Msg-id CAB7nPqT68xMJW-xAVE-qEC5Tw6WjApOeWAQQcx-7g5ztw99snQ@mail.gmail.com
обсуждение исходный текст
Ответ на This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.  (rohtodeveloper <rohtodeveloper@outlook.com>)
Ответы Re: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
Список 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 по дате отправления:

Предыдущее
От: rohtodeveloper
Дата:
Сообщение: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [BUGS] BUG #11767: ODBC driver bug when fetching constant string columns