Re: psqlodbc without libpq - Mailing list pgsql-odbc

From Adrian Klaver
Subject Re: psqlodbc without libpq
Date
Msg-id b8d907d1-ca9c-3dc1-43f8-7852a8428b16@aklaver.com
Whole thread Raw
In response to psqlodbc without libpq  (brajmohan saxena <braj.saxena@gmail.com>)
Responses Re: psqlodbc without libpq  (Heikki Linnakangas <hlinnaka@iki.fi>)
List 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.klaver@aklaver.com


pgsql-odbc by date:

Previous
From: brajmohan saxena
Date:
Subject: psqlodbc without libpq
Next
From: Heikki Linnakangas
Date:
Subject: Re: psqlodbc without libpq