Re: Patch for ODBC driver (look for odbc.ini in more thanone - Mailing list pgsql-patches

From Igor Kovalenko
Subject Re: Patch for ODBC driver (look for odbc.ini in more thanone
Date
Msg-id 3C168ED3.662F93EE@motorola.com
Whole thread Raw
In response to Re: Patch for ODBC driver (look for odbc.ini in more than  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Peter Eisentraut wrote:
>
> Igor Kovalenko writes:
>
> > I don't really get it why do you want to add another configure option at
> > all, it is confusing enough already. I would think that odbcinst.ini and
> > [default] odbc.ini normally should be in the same place.
>
> Linking against the appropriate libraries of the driver manager ensures
> that the driver and the driver manager always look into the same place.

There is no driver manager with psqlODBC driver (supplied with
postgres). UnixODBC and iODBC have a manager, but the supplied driver is
'stand-alone'.

- igor

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Patch for ODBC driver (look for odbc.ini in more than
Next
From: Marko Kreen
Date:
Subject: make createlang match docs