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

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: rohtodeveloper <rohtodeveloper(at)outlook(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.
Date: 2014-10-20 12:06:24
Message-ID: CAB7nPqT68xMJW-xAVE-qEC5Tw6WjApOeWAQQcx-7g5ztw99snQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Mon, Oct 20, 2014 at 8:56 PM, rohtodeveloper <rohtodeveloper(at)outlook(dot)com>
wrote:

> If I create a postgres's FUNCTION(myfunc()) using C language,and 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message keyurgovande 2014-10-22 21:22:10 BUG #11767: ODBC driver bug when fetching constant string columns
Previous Message rohtodeveloper 2014-10-20 11:56:00 This may be a bug: odbc's function"check_client_encoding" have the same name with postgres's function.