Re: [INTERFACES] SSL and ODBC

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Ansley, Michael" <Michael(dot)Ansley(at)intec(dot)co(dot)za>
Cc: "'pgsql-interfaces(at)postgresql(dot)org'" <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [INTERFACES] SSL and ODBC
Date: 1999-10-01 02:50:05
Message-ID: 37F4215D.F5362B7E@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> I presume that the ODBC driver uses libpq underneath (either statically or
> dynamically loaded) to talk to the server.

Actually, no! libpq requires a cygwin environment, and (perhaps) there
was a worry about performance (though that doesn't seem to be an issue
to me). So the ODBC driver is completely standalone. The downside is
that it requires separate maintenance, and I'm pretty sure that there
are some arcane issues which don't get fixed there when they change in
libpq...

- Thomas

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ansley, Michael 1999-10-01 07:25:27 RE: [INTERFACES] SSL and ODBC
Previous Message Tom Lane 1999-09-30 23:12:11 Re: [INTERFACES] PL_na undeclared