Re: Libpq on windows

From: Phil Longstaff <plongstaff(at)rogers(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Andy Colson <andy(at)squeakycode(dot)net>
Subject: Re: Libpq on windows
Date: 2009-06-11 12:49:09
Message-ID: 200906110849.10090.plongstaff@rogers.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On June 10, 2009 10:00:48 pm Andy Colson wrote:
> Phil Longstaff wrote:
> > I want to develop an app which uses libpq, built with mingw. Is there a
> > download package which contains just the include files/dlls? If not,
> > what package do I download? I don't need the server, just the client
> > libraries.
> >
> >
> > Phil
>
> If you dont mind all the ssl stuff (5 or 6 dll's worth) you can borrow
> the client from pgAdmin III.
>
> I, however, just build my own w/out the ssl stuff. There is no client
> only, but its really not hard, just download the full source, unpack,
> compile and then copy the libpq.dll out.
>
> If you want mine I could copy it out so you can download it.

Thanks. How strict is pgsql about version matches (client to server). If I
get your client, will it work with all 8.x versions of the server?

Is there a place on the postgresql.org website that I could request that they
package the library (built, or just source) by itself?

Phil

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vyacheslav Kalinin 2009-06-11 13:04:14 Re: Postgres Pg_connect PHP
Previous Message A B 2009-06-11 12:47:42 Re: Postgres Pg_connect PHP