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

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf
Дата
Msg-id CAKFQuwbSDCeoYcYaBgKTmC7KR5RXnCXf8dgHETQzHtpYHmgOsA@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #15508: Not able to connect irrespective of valid entries inpg_hba.conf  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf  (Yogesh <yogesh.jadhav@gmail.com>)
Список pgsql-bugs
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 по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15508: Not able to connect irrespective of valid entries inpg_hba.conf
Следующее
От: Yogesh
Дата:
Сообщение: Re: BUG #15508: Not able to connect irrespective of valid entries in pg_hba.conf