Re: [PATCH] Add inline comments to the pg_hba_file_rules view - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] Add inline comments to the pg_hba_file_rules view
Date
Msg-id ZQOXGj3aBin3uLO0@paquier.xyz
Whole thread Raw
In response to Re: [PATCH] Add inline comments to the pg_hba_file_rules view  (Jim Jones <jim.jones@uni-muenster.de>)
Responses Re: [PATCH] Add inline comments to the pg_hba_file_rules view
List pgsql-hackers
On Thu, Sep 14, 2023 at 01:33:04PM +0200, Jim Jones wrote:
> Just to make sure I got what you have in mind: you suggest to read the
> pg_hba.conf a second time via a new (generic) function like pg_read_file()
> that returns line numbers and their contents (+comments), and the results of
> this new function would be joined pg_hba_file_rules in SQL. Is that correct?

Yes, my suggestion was to define a new set-returning function that
takes in input a file path and that returns as one row one comment and
its line number from the configuration file.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: Buffer ReadMe Confuse
Next
From: Andy Fan
Date:
Subject: Re: Support prepared statement invalidation when result types change