Re: confused about *nix ODBC drivers

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: Frank Joerdens <frank(at)joerdens(dot)de>
Cc: Cedar Cox <cedarc(at)visionforisrael(dot)com>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: confused about *nix ODBC drivers
Date: 2000-10-31 15:20:18
Message-ID: 39FEE332.2F64E1AA@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

> The source tree for the 7.1 snapshot contains an
> src/interfaces/odbc/odbc.sql file containing "PostgreSQL catalog
> extensions for ODBC compliance" which I did run against my 7.1 installation.
> Maybe this has something to do with. I don´t know whether these catalog
> extension where part of the 6.5 distro, because I don´t have a 6.5
> source tree at hand.

The extensions are not part of the 6.5 tree, but they can be applied to
a 6.5 database. They are simply functions defined in ODBC which are
synonyms for existing SQL9x or PostgreSQL functions. That is why they
can be defined with just "create function" statements and no compiled
code.

I doubt that they would contribute to a connectivity or operability
problem.

- Thomas

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Kovacs Zoltan Sandor 2000-10-31 15:39:41 Re: Re: new maintainer for the ODBC driver?
Previous Message Carl Shelbourne 2000-10-31 13:21:37 Re: how to get rid of "NOTICE"'s in psql?