Re: Problem with connection

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Problem with connection
Date: 2013-06-19 22:06:09
Message-ID: 51C22B51.6060305@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/19/2013 1:53 PM, Ziggy Skalski wrote:
> #listen_addresses = 'localhost' # what IP address(es) to listen on;
>
> You should have it set to localhost *and* the hostname you want to use
> (i.e. the phys-brmtso-2), that might be the problem I think.

or better,

listen_addresses = '*' # listen to all network interfaces.

(note you have to remove the leading # as thats a comment).

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Bartley 2013-06-19 22:16:20 intagg
Previous Message Adrian Klaver 2013-06-19 21:47:49 Re: Problem with connection