Re: problem connecting from another host

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

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank Miles 2001-06-14 05:50:40 Re: problem connecting from another host
Previous Message Frank Miles 2001-06-14 04:23:56 Re: problem connecting from another host