Re: Where is pg_hba.conf

From: Arthur Zakirov <a(dot)zakirov(at)postgrespro(dot)ru>
To: Igor Korot <ikorot01(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Where is pg_hba.conf
Date: 2017-08-14 07:23:11
Message-ID: 20170814072311.GA2270@zakirov.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Wagner 2017-08-14 08:14:02 Adding a new Clause in the Source Code
Previous Message Andreas Kretschmer 2017-08-14 06:47:34 Re: cluster question