Re: How to connect to remote instance?

From: Jim Moon <moonjamesg(dot)groups(at)gmail(dot)com>
To: andrej(dot)groups(at)gmail(dot)com, pgsql-novice(at)postgresql(dot)org
Subject: Re: How to connect to remote instance?
Date: 2012-04-03 21:15:10
Message-ID: CAECAoWduUESc6x9pC5kbt6AfeAG=eX=h75yNWYROQOLrekkn5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

>The file gets evaluated top to bottom.

>Any chance a previous record matches your clients IP but
>doesn't allow for all users?

Using only:
host all all 0.0.0.0/0 md5
and reloading the conf files:
SELECT pg_reload_conf();
the refused connection issue persists.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2012-04-03 21:47:33 Re: How to connect to remote instance?
Previous Message Andrej 2012-04-03 20:18:17 Re: How to connect to remote instance?