Thread
Commits
-
doc: Fix link to pg_ident_file_mappings view
- 21d521ded33f 16.3 landed
- 6ed995b13e1e 15.7 landed
- 690805ca7546 17.0 landed
-
[PATCH] Fix link to pg_ident_file_mappings
Erik Wienhold <ewie@ewie.name> — 2024-02-21T02:24:00Z
The docs on pg_reload_conf() in v15, v16, and devel have an incorrect link to pg_ident_file_mappings. The attached patch fixes that. -- Erik
-
Re: [PATCH] Fix link to pg_ident_file_mappings
Daniel Gustafsson <daniel@yesql.se> — 2024-02-21T07:50:59Z
> On 21 Feb 2024, at 03:24, Erik Wienhold <ewie@ewie.name> wrote: > > The docs on pg_reload_conf() in v15, v16, and devel have an incorrect > link to pg_ident_file_mappings. The attached patch fixes that. Nice catch, will fix. -- Daniel Gustafsson
-
Re: [PATCH] Fix link to pg_ident_file_mappings
Michael Paquier <michael@paquier.xyz> — 2024-02-21T08:01:53Z
On Wed, Feb 21, 2024 at 08:50:59AM +0100, Daniel Gustafsson wrote: > On 21 Feb 2024, at 03:24, Erik Wienhold <ewie@ewie.name> wrote: >> >> The docs on pg_reload_conf() in v15, v16, and devel have an incorrect >> link to pg_ident_file_mappings. The attached patch fixes that. > > Nice catch, will fix. Thanks you both. This looks like a copy-pasto from a2c84990bea7.\ -- Michael
-
Re: [PATCH] Fix link to pg_ident_file_mappings
Erik Wienhold <ewie@ewie.name> — 2024-02-21T22:16:13Z
On 2024-02-21 08:50 +0100, Daniel Gustafsson wrote: > > On 21 Feb 2024, at 03:24, Erik Wienhold <ewie@ewie.name> wrote: > > > > The docs on pg_reload_conf() in v15, v16, and devel have an incorrect > > link to pg_ident_file_mappings. The attached patch fixes that. > > Nice catch, will fix. Thanks! -- Erik