Re: psqlodbc without libpq

From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
To: brajmohan saxena <braj(dot)saxena(at)gmail(dot)com>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: psqlodbc without libpq
Date: 2016-09-26 19:58:14
Message-ID: bade823e-e9d3-cb59-334d-918ed71d1856@iki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 09/26/2016 10:11 PM, Adrian Klaver wrote:
> On 09/23/2016 12:02 AM, brajmohan saxena wrote:
>> 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.

Note that you can link libpq statically, so that you only need to have
libpq around when building, but not when using the driver.

- Heikki

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2016-09-26 23:52:33 Re: psqlodbc without libpq
Previous Message Adrian Klaver 2016-09-26 19:11:11 Re: psqlodbc without libpq