Обсуждение: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?

Поиск
Список
Период
Сортировка

PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?

От
"Robert Max Kramer"
Дата:
Hi,

We are using PostgreSQL 8.2.x and like to upgrade to 8.3.x. So I downloaded
and installed the Win32-Binaries.

This happens with shell scripts that I had to modify because it seems that
the ODBC driver isn't included anymore (checkes 8.3.0 and 8.3.1). Also the
module msvclibs isn't available.

My question is: is this wanted, no ODBC driver (and msvclibs) in standard?

I have searched the archives (general, de, odbc lists) and asked google; I
can not find an announcement or anything, where this is explained...

Regards,
Robert Kramer



Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?

От
gorsa
Дата:
would like to know if there were developments on this. i also
encountered this problem when i switched to 8.3 and also to 8.3.1 on
my test server. my production server continues to be running ok on 8.1
though ; if there really is no more bundled odbc package with the
postgres installer, i'd like to know how other pg users are connecting
to their databases? btw i use vb6 as my client.

richard

Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?

От
"Dave Page"
Дата:
On Thu, May 15, 2008 at 9:10 AM, gorsa <gorsa.1972@gmail.com> wrote:
> would like to know if there were developments on this. i also
> encountered this problem when i switched to 8.3 and also to 8.3.1 on
> my test server. my production server continues to be running ok on 8.1
> though ; if there really is no more bundled odbc package with the
> postgres installer, i'd like to know how other pg users are connecting
> to their databases? btw i use vb6 as my client.

There are no 'developments'. The ODBC driver is no longer bundled with
the main installer as we decided to move most of the bundled projects
out of the main installer, and provide a download manager
(StackBuilder) with which to install them instead. There are a couple
of reasons for this:

- Most of them follow their own release schedules - this allows
updates to be accessible through StackBuilder without having to update
the entire server distribution.
- We can make more applications available without having to bloat the
main distribution for those that don't want them.
- It makes the packaging of the server much more manageable.
- The bundled apps can drive their own releases without having to
involve the server packagers.

The reason the msvclibs are no longer present is that the entire
server is built with MS VC++ from 8.3, so the libraries in the lib
directory are the MS VC++ ones. What is no longer shipped is the mingw
libraries.


--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?

От
gorsa
Дата:
thanks! my earlier installations had problems because stackbuilder
could not connect thru my censornet proxy server. connecting my test
server to a non-proxied internet connection solved the problem and i
downloaded the needed softwares.

richard