Re: doc: mention pg_reload_conf() in pg_hba.conf documentation

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ian Barwick <ian(dot)barwick(at)2ndquadrant(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: doc: mention pg_reload_conf() in pg_hba.conf documentation
Date: 2019-07-16 01:09:36
Message-ID: 20190716010936.42qbblphbbt5fn4h@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 15, 2019 at 12:47:18PM +0900, Ian Barwick wrote:
> Hi
>
> I noticed the documentation for pg_hba.conf:
>
> https://www.postgresql.org/docs/current/auth-pg-hba-conf.html
>
> says:
>
> you will need to signal the postmaster (using pg_ctl reload or kill -HUP) to
> make it re-read the file.
>
> It would be useful to mention pg_reload_conf() as another option here, as done
> elsewhere in the docs.
>
> Patch with suggested change attached.

Oh, good point. Not sure how we missed that, but I had to fix a mention
in pg_hba.conf a while ago too. Also, there were two mentions in that
file, so I fixed them both with the attached patch. Backpatched to 9.4.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

Attachment Content-Type Size
1 text/plain 1.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-07-16 01:12:32 Re: Parallel Append subplan order instability on aye-aye
Previous Message Chapman Flack 2019-07-16 00:43:43 doesn't execSRF.c do that already?