Re: Problem with libpq3 & postgresql8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alex R(dot) Mosteo" <alejandro(at)mosteo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with libpq3 & postgresql8
Date: 2005-09-22 12:23:12
Message-ID: 27775.1127391792@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Alex R. Mosteo" <alejandro(at)mosteo(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gábor Farkas 2005-09-22 12:49:41 Re: Slow search.. quite clueless
Previous Message A. Kretschmer 2005-09-22 10:20:58 Re: date_trunc('week', '2005-01-01'::TIMESTAMP)