Re: strange connection problem.

From: "Day, David" <dday(at)redcom(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: strange connection problem.
Date: 2015-10-23 18:18:11
Message-ID: 401084E5E73F4241A44F3C9E6FD79428011C3FA574@exch-01
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I figured this out and it is not a Postgres issue.
There was a area of initialization overlooked by the installer on a fresh install
of a development system..

I had to add a little extra debug to see that one key job not
only was not getting attached to the database, it was not even trying.
After seeing that I able to run down the installation flaws.

Thanks very much to all for your suggestions on this matter.

Regards

Dave

-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, October 23, 2015 12:49 PM
To: Day, David
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] strange connection problem.

"Day, David" <dday(at)redcom(dot)com> writes:
> I have a development site ( FreeBSD 10.1 and Postgres 9.3 ) where I can connect to the database via psql or pgadminIII both locally and remotely.
> However, all of the local apps ( 3 different ones ) that would connect to it are failing to connect.

Are those apps trying to use TCP connections, or Unix-socket connections?
If the latter, it might be a discrepancy in where they expect the socket file to be versus where the postmaster thinks it should be.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message anj patnaik 2015-10-23 18:45:35 Fwd: trouble downloading postgres 9.4 for RHEL 6.x
Previous Message Adrian Klaver 2015-10-23 18:07:33 Re: strange connection problem.