Thread

Commits

  1. doc: Use system-username instead of system-user

  1. Avoid switching between system-user and system-username in the doc

    Bertrand Drouvot <bertranddrouvot.pg@gmail.com> — 2024-02-19T08:52:11Z

    Hi hackers,
    
    While working on [1] it has been mentioned that this page
    https://www.postgresql.org/docs/current/auth-username-maps.html is switching
    between system-user and system-username.
    
    Please find attached a tiny patch to clean that up.
    
    [1]: https://www.postgresql.org/message-id/CAOBaU_Yp08MQOK7_k4QVyxL6sf7TURGpjX3tn1Z%2BWxJo2x7%2BGQ%40mail.gmail.com
    
    Regards,
    
    -- 
    Bertrand Drouvot
    PostgreSQL Contributors Team
    RDS Open Source Databases
    Amazon Web Services: https://aws.amazon.com
    
  2. Re: Avoid switching between system-user and system-username in the doc

    Jelte Fennema-Nio <postgres@jeltef.nl> — 2024-02-19T17:00:11Z

    On Mon, 19 Feb 2024 at 09:52, Bertrand Drouvot
    <bertranddrouvot.pg@gmail.com> wrote:
    > Please find attached a tiny patch to clean that up.
    
    LGTM
    
    
    
    
  3. Re: Avoid switching between system-user and system-username in the doc

    Michael Paquier <michael@paquier.xyz> — 2024-02-19T23:06:04Z

    On Mon, Feb 19, 2024 at 06:00:11PM +0100, Jelte Fennema-Nio wrote:
    > On Mon, 19 Feb 2024 at 09:52, Bertrand Drouvot
    > <bertranddrouvot.pg@gmail.com> wrote:
    >> Please find attached a tiny patch to clean that up.
    > 
    > LGTM
    
    Looks like a mistake from me in efb6f4a4f9b6, will fix and backpatch
    for consistency.
    --
    Michael