Re: psqlodbc without libpq

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: brajmohan saxena <braj(dot)saxena(at)gmail(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlodbc without libpq
Date: 2016-09-26 19:11:11
Message-ID: b8d907d1-ca9c-3dc1-43f8-7852a8428b16@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 09/23/2016 12:02 AM, brajmohan saxena wrote:
> Hi
>
> Please let me know why do we need libpq while building/compiling
> psqlodbc drivers on latest driver versions.

https://odbc.postgresql.org/docs/release.html

"psqlODBC 09.05.0100 Release
Changes:
Use libpq for all communication with the server
Previously, libpq was only used for authentication. Using it for all
communication lets us remove a lot of duplicated code. libpq is now
required for building or using libpq." <-- Pretty sure that is supposed
to be psqlodbc.

>
> Is there any way I can build the psqlodbc drivers without libpq
> dependency on it.

The only way I know is to use a release before 09.05.0100.

> Thanks in advance.
>
> Regards
> Braj

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2016-09-26 19:58:14 Re: psqlodbc without libpq
Previous Message brajmohan saxena 2016-09-23 07:02:52 psqlodbc without libpq