Re: problem connecting from another host

From: Frank Miles <fpm(at)u(dot)washington(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: problem connecting from another host
Date: 2001-06-14 05:50:40
Message-ID: Pine.A41.4.33.0106132245140.41524-100000@mead5.u.washington.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 14 Jun 2001, Tom Lane wrote:

> Frank Miles <fpm(at)u(dot)washington(dot)edu> writes:
> > The only thing I can imagine might be the problem is that client system
> > doesn't have postgres loaded.
>
> You don't need the server loaded, only the client libraries. If you
> are getting as far as to contact the server, then AFAIK your client
> libraries are present and working.
>
> > I'm mystified.
>
> Ditto. If this isn't a postmaster bug, at the very least it's an
> inadequate log entry.
>
> It's time to roll out the heavy artillery: I think the next step is to
> trace through the postmaster with a debugger and see where and why it's
> refusing the connection. Do you want to try that? If not, I'd be
> willing to help if you'll grant me access to the server system.
>
> regards, tom lane

The thought suddenly has occurred to me -- the client system that I'm
using *isn't* missing postgresql. It's got an old version on it!
*Really* old -- perhaps predating 6.5.x. Oooppss. Client libraries, huh?
Sounds like it's time to clean that out, replace with new client stuff.
It's weird, though -- a Win9x machine I was initially trying this on
(Python/PyGreSQL again) caused the identical error message to occur.

-frank

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-06-14 05:55:20 Re: problem connecting from another host
Previous Message Tom Lane 2001-06-14 04:37:24 Re: problem connecting from another host