Re: How to connect to remote instance?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jim Moon <moonjamesg(dot)groups(at)gmail(dot)com>
Cc: 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:47:33
Message-ID: 16568.1333489653@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Jim Moon <moonjamesg(dot)groups(at)gmail(dot)com> writes:
> 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.

I wonder whether the postmaster is using the pg_hba file you think it is.
You might try "show hba_file;" to confirm that.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jim Moon 2012-04-03 22:16:34 Re: How to connect to remote instance?
Previous Message Jim Moon 2012-04-03 21:15:10 Re: How to connect to remote instance?