Re: Re: unixODBC again :-(

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Nick Gorham <nick(at)lurcher(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>, <pgsql-odbc(at)postgreSQL(dot)org>
Subject: Re: Re: unixODBC again :-(
Date: 2001-01-24 20:20:51
Message-ID: Pine.LNX.4.30.0101242117000.1469-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-odbc

Nick Gorham writes:

> Well because the driver does not know where to get the config info
> from,

Then the driver should be fixed to do that, with or without unixODBC.

> libodbcinst.so in unixODBC provides SQLGetPrivateProfileString,
> the location of user and system ini files are defined by this lib, if
> it doesn't do this you may have the situation where the driver manager
> gets information from one ini file and the driver from a different
> one.

--with-odbcinst=DIRECTORY

> > > Add the option to detect a
> > > server name of localhost, and open the unix domain socket,
> >
> > I don't think so. localhost is a valid host name.
>
> Ok, but don't you think it is worth having some way to get it to use
> UNIX domain sockets instead of TCP ones, for instance if postmaster
> isn't started with a -i ?

Yes, that would be okay, but it's not okay to eliminate a feature to add
another one.

> > We have a general approach to non-standard socket names now.
>
> Great, thats a non problem then, what do you do ?

Pick up DEFAULT_PGSOCKET_DIR from config.h.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-01-24 20:36:15 RE: FW: Postgresql on win32
Previous Message Bruce Momjian 2001-01-24 20:06:39 Re: Open 7.1 items

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-01-24 22:35:48 Additional ODBC patch
Previous Message Nick Gorham 2001-01-24 18:53:42 Re: Re: unixODBC again :-(