Re: How to connect to remote instance? - Mailing list pgsql-novice

From Tom Lane
Subject Re: How to connect to remote instance?
Date
Msg-id 16568.1333489653@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to connect to remote instance?  (Jim Moon <moonjamesg.groups@gmail.com>)
Responses Re: How to connect to remote instance?  (Jim Moon <moonjamesg.groups@gmail.com>)
List pgsql-novice
Jim Moon <moonjamesg.groups@gmail.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

pgsql-novice by date:

Previous
From: Jim Moon
Date:
Subject: Re: How to connect to remote instance?
Next
From: Jim Moon
Date:
Subject: Re: How to connect to remote instance?