Re: Problem with libpq3 & postgresql8 - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem with libpq3 & postgresql8
Date
Msg-id 27775.1127391792@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem with libpq3 & postgresql8  ("Alex R. Mosteo" <alejandro@mosteo.com>)
List pgsql-general
"Alex R. Mosteo" <alejandro@mosteo.com> writes:
> Tom Lane wrote:
>> What's the platform exactly, and exactly which PG 8.0.* release are you
>> using?  For that matter, are you sure you are linking your program to
>> the 8.0 libpq.so, and not still the 7.4 one?

> Server is 8.0.3, client is in another machine which only has the
> libpq.3.1 installed. This client has not been recompiled.

Hm, there were a passel of bugs in the SSL certificate support in 7.4,
so maybe you've run into one of them.  Try updating the client's copy
of libpq.

            regards, tom lane

pgsql-general by date:

Previous
From: "A. Kretschmer"
Date:
Subject: Re: date_trunc('week', '2005-01-01'::TIMESTAMP)
Next
From: Yonatan Ben-Nes
Date:
Subject: Re: Slow search.. quite clueless