Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC? - Mailing list pgsql-general

From Dave Page
Subject Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?
Date
Msg-id 937d27e10805150219v40d597b8n10e190b05eacaa39@mail.gmail.com
Whole thread Raw
In response to Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?  (gorsa <gorsa.1972@gmail.com>)
Responses Re: PostgreSQL 8.3.x Win32-Releases - always without psqlODBC?  (gorsa <gorsa.1972@gmail.com>)
List pgsql-general
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

pgsql-general by date:

Previous
From: "Pavan Deolasee"
Date:
Subject: Re: Non completing Vacuumdb
Next
From: Allan Kamau
Date:
Subject: Re: Password safe web application with postgre