Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf - Mailing list pgsql-bugs

From Yogesh
Subject Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf
Date
Msg-id CAMY89Ft0587wnQ5oX1x7OH80XdNEKpNnpFjaYR1k1n8tFjuKzQ@mail.gmail.com
Whole thread Raw
In response to Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Thanks for your response, David. I did restart postgres server (in fact more than 10 times).

-- 
Regards
Yogesh Jadhav

On Thu, Nov 15, 2018 at 12:38 PM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Thursday, November 15, 2018, PG Bug reporting form <noreply@postgresql.org> wrote:
After going through various posts, I realised that I have to update
pg_hba.conf file. I have modified the file to include the following
settings.

   host dbXXX usrXXX 10.1.X.X/32 trust

and found the following query is returning records as
entered in pg_hba.conf

    table pg_hba_file_rules;

Did you reload/restart the server after making the changes?  That file is cached during startup.

David J.
 


pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf
Next
From: Ronan Dunklau
Date:
Subject: ALTER INDEX ... ALTER COLUMN not present in dump