Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: "yogesh(dot)jadhav(at)gmail(dot)com" <yogesh(dot)jadhav(at)gmail(dot)com>, "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf
Date: 2018-11-15 07:08:37
Message-ID: CAKFQuwbSDCeoYcYaBgKTmC7KR5RXnCXf8dgHETQzHtpYHmgOsA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thursday, November 15, 2018, PG Bug reporting form <
noreply(at)postgresql(dot)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.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Yogesh 2018-11-15 07:15:30 Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf
Previous Message PG Bug reporting form 2018-11-15 07:03:29 BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf