Thread

Commits

  1. doc: Fix link to pg_ident_file_mappings view

  1. [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
    
  2. 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
    
    
    
    
    
  3. 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
    
  4. 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