Thread: "Pre-7" odbc extension files

"Pre-7" odbc extension files

From
Peter Eisentraut
Date:
Is there a compelling reason to continue to ship a "pre-7" version of the
ODBC catalog extension in contrib/odbc?

If not, could we not instead move the odbc.sql file into interfaces/odbc
and install it with the odbc driver? ("install" here refers to installing
into the file system, not into the database system) That would also make
things easier for users of binary packages.


-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



Re: "Pre-7" odbc extension files

From
Peter Eisentraut
Date:
Okay, so this will happen then...

Peter Eisentraut writes:

> Is there a compelling reason to continue to ship a "pre-7" version of the
> ODBC catalog extension in contrib/odbc?
> 
> If not, could we not instead move the odbc.sql file into interfaces/odbc
> and install it with the odbc driver? ("install" here refers to installing
> into the file system, not into the database system) That would also make
> things easier for users of binary packages.


-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



Re: "Pre-7" odbc extension files

From
Thomas Lockhart
Date:
> Is there a compelling reason to continue to ship a "pre-7" version of the
> ODBC catalog extension in contrib/odbc?

Sounds OK. This was desirable for the 7.0 release (to allow a pre-7.0
backend to work with newer clients via ODBC), but the backward
compatibility issue should be less now that folks have had time to do a
transition.

> If not, could we not instead move the odbc.sql file into interfaces/odbc
> and install it with the odbc driver? ("install" here refers to installing
> into the file system, not into the database system) That would also make
> things easier for users of binary packages.

Or should we think about how to make a full-up "package", which can be
installed, uninstalled, etc etc. A problem with burying it down into the
main odbc area is that it may be unclear that it is an optional addition
to the ODBC capabilities that needs to be installed into template1 or
into a specific database.
                     - Thomas