fix notes about password encryption in pg_authid docs

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: fix notes about password encryption in pg_authid docs
Date: 2025-06-02 14:16:10
Message-ID: aD2yKkZro4nbl5ol@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that the docs for the pg_authid catalog still indicate that
passwords might be stored "unencrypted," which hasn't been possible since
commit eb61136. The attached patch attempts to fix that. If acceptable,
I'd back-patch it to all supported versions.

--
nathan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ikedarintarof 2025-06-02 14:21:28 Re: Suggestion to add --continue-client-on-abort option to pgbench
Previous Message Bertrand Drouvot 2025-06-02 14:06:43 Re: Avoid orphaned objects dependencies, take 3