Re: strange connection problem.

From: Yves Dorfsman <yves(at)zioup(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: strange connection problem.
Date: 2015-10-23 14:34:48
Message-ID: 562A4588.9050109@zioup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2015-10-23 08:29, Day, David wrote:
> 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.

Sounds like your apps are using a different port than the default install. Use
"psql -p xxxx" with the port from the URI configured in your apps.

--
http://yves.zioup.com
gpg: 4096R/32B0F416

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2015-10-23 14:35:57 Re: strange connection problem.
Previous Message Day, David 2015-10-23 14:29:39 strange connection problem.