Re: strange connection problem. - Mailing list pgsql-general

From Tom Lane
Subject Re: strange connection problem.
Date
Msg-id 56401.1445618944@sss.pgh.pa.us
Whole thread Raw
In response to strange connection problem.  ("Day, David" <dday@redcom.com>)
Responses Re: strange connection problem.  ("Day, David" <dday@redcom.com>)
List pgsql-general
"Day, David" <dday@redcom.com> writes:
> I have a development site ( FreeBSD 10.1 and Postgres 9.3 )  where I can connect to the database via psql or
pgadminIIIboth 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


pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: A question about PL/pgSQL DECLAREd variable behavior
Next
From: Adrian Klaver
Date:
Subject: Re: strange connection problem.