Re: 8.3.5, can't connect to server (server doesn't listen)

From: Ivo Rossacher <rossacher(at)bluewin(dot)ch>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: 8.3.5, can't connect to server (server doesn't listen)
Date: 2009-02-09 23:15:44
Message-ID: 200902100015.44535.rossacher@bluewin.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Did you remove the # sign from the beginning of the line below?
>
> #listen_addresses = '*' # what IP address(es) to listen
> on;

Are you sure there is no line before the following lines which does match?
The first line matches wins.
>
> -- pg_hba.conf -- (remainder of file is default with no changes)
>
> host all all 127.0.0.1/32 md5
> host all all 192.168.10.0/24 trust
>

Best regards
Ivo

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2009-02-10 00:01:30 Re: database corruption help
Previous Message Jan-Peter Seifert 2009-02-09 20:53:35 Re: 8.3.5, can't connect to server (server doesn't listen)