Re: pg_hba_file_rules permission issue - Mailing list pgsql-docs

From Michael Paquier
Subject Re: pg_hba_file_rules permission issue
Date
Msg-id 20180223140926.GC9580@paquier.xyz
Whole thread Raw
In response to pg_hba_file_rules permission issue  (PG Doc comments form <noreply@postgresql.org>)
Responses Re: pg_hba_file_rules permission issue
List pgsql-docs
On Fri, Feb 23, 2018 at 09:41:27AM +0000, PG Doc comments form wrote:
> According to the documentation, I assume normal users will be able to view
> pg_hba_file_rules once they are granted select privileges. But for the
> privileged user it's giving following error while trying to view records:
>
> ERROR:  permission denied for function pg_hba_file_rules
> SQL state: 42501

I think that you need as well execution rights on pg_hba_file_rules() to
give access to it.
--
Michael

Attachment

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: pg_hba_file_rules permission issue
Next
From: Joby John
Date:
Subject: Re: pg_hba_file_rules permission issue