Re: [GENERAL] Where is pg_hba.conf - Mailing list pgsql-general

From Arthur Zakirov
Subject Re: [GENERAL] Where is pg_hba.conf
Date
Msg-id 20170814072311.GA2270@zakirov.localdomain
Whole thread Raw
In response to [GENERAL] Where is pg_hba.conf  (Igor Korot <ikorot01@gmail.com>)
List pgsql-general
Hello,

On Sun, Aug 13, 2017 at 10:00:23AM -0400, Igor Korot wrote:
> However, I can't find this file anywhere on the system.
> I am able to connec to the server locally with psql. I can also
> connect to the server
> from the ODBC driver from my program. However doing a global search I
> can't find that file.
>
> Can someone please help?

You can execute the query:

=# select setting from pg_settings where name = 'hba_file';

--
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


pgsql-general by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: [GENERAL] cluster question
Next
From: "Stefan Wagner"
Date:
Subject: [GENERAL] Adding a new Clause in the Source Code