Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP - Mailing list pgsql-general

From Tony Caduto
Subject Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP
Date
Msg-id 47B9A679.2060801@amsoftwaredesign.com
Whole thread Raw
In response to Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP  ("Dave Page" <dpage@pgadmin.org>)
Responses Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP
List pgsql-general
Dave Page wrote:
>
> You can avoid this by building your own libpq.dll using mingw/msys if
> you like - that will work just fine with a VC++ built server.
>
>

Hi Dave,
Just some thoughts on the whole libpq.dll thing.

It would be really nice from a client distribution view of things to
have a libpq.dll that was not so dependency heavy.
For the 8.3 release the total amount of files needed to use things such
as pg_dump.exe is close to 5mb.

maybe a light version of libpq.dll is needed, just the libpq and the
open ssl dlls would be ideal, many times all that extra stuff is not
needed just to run pg_dump.

Didn't there used to be a project on pgfoundry that built the client
tools separate from the server build?


Just some thoughts,

Later,

Tony




pgsql-general by date:

Previous
From: Paul Boddie
Date:
Subject: Re: Auto incrementing primary keys
Next
From: "Dave Page"
Date:
Subject: Re: msvcr80.dll and PostgreSQL 8.3 under Windows XP