Re: Distribution package for OSX

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Igor Korot <ikorot01(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL ODBC list <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Distribution package for OSX
Date: 2016-12-03 14:20:51
Message-ID: f5568c7a-803a-6975-3eab-55258cd817be@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 12/03/2016 06:06 AM, Igor Korot wrote:
> Michael,
>
> On Sat, Dec 3, 2016 at 4:03 AM, Michael Paquier
> <michael(dot)paquier(at)gmail(dot)com> wrote:
>> On Sat, Dec 3, 2016 at 12:35 PM, Igor Korot <ikorot01(at)gmail(dot)com> wrote:
>>> So which version of the driver I can use?
>>> The one that will understand the version I have and successfully can
>>> be configured
>>> and compiled.
>>
>> PQsetSingleRowMode is only available since Postgres 9.2, so you need
>> to install a newer version via homebrew or macports.
>
> I don't really care about latest and greatest.
> All I need is to test whether I can connect to the PostgreSQL DB thru the ODBC
> with iODBC on OSX and execute some queries.

So looking here:

https://www.postgresql.org/support/versioning/

you see Postgres 9.2 was released September 2012.

The looking here:

https://www.postgresql.org/ftp/odbc/versions/src/

you see that you probably want an psqlodbc version that is
psqlodbc-09.01.0100 or older.

>
> Thank you.
>
>> --
>> Michael
>
>

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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2016-12-03 14:25:04 Re: Distribution package for OSX
Previous Message Igor Korot 2016-12-03 14:06:31 Re: Distribution package for OSX