Re: 8.0.1 and the ODBC driver - Mailing list pgsql-odbc

From Script Head
Subject Re: 8.0.1 and the ODBC driver
Date
Msg-id 451eb55c05040115267cfeffe6@mail.gmail.com
Whole thread Raw
In response to Re: 8.0.1 and the ODBC driver  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: 8.0.1 and the ODBC driver
List pgsql-odbc
> The ODBC driver and the PostgreSQL server are completely separate
> packages to download and install.  If you find documentation to the
> contrary, please tell us so we can remove the confusion.

It seems my confution has been caused by a type in README.unix in
psqlodbc-08.00.0101. The sentence reads:

"Since psqlODBC has be moved from the main PostgreSQL source tree, we have yet
to create a new build system for the driver."

I belive it has to read:

"Since psqlODBC has been moved out of the main PostgreSQL source tree,
we have yet
to create a new build system for the driver."

Further, the very same file continues to reference to an older version
of the driver, which can also cause confusion as at this point the
person isn't sure which version of the driver they are working with. I
belive the section that follows should be:

To install, just  try something like:

% tar -zxvf psqlodbc-x.y.z.tar.gz
% cd postgresql-x.y.z
% ./configure
% make
% make install

where x.y.z is the version of the driver.

On a side note it'd be useful to add an ODBC related subchapter to the
8.0.1 installation instructions (chapter 14) and explain that the
driver has been moved out of the source tree. I spent quite some time
trying to figure that out.

Sincerely,
ScriptHead

pgsql-odbc by date:

Previous
From: Marko Ristola
Date:
Subject: Re: 8.0.1 and the ODBC driver
Next
From: Marko Ristola
Date:
Subject: Re: 8.0.1 and the ODBC driver