Re: 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: Re: fix notes about password encryption in pg_authid docs
Date: 2025-06-02 14:21:39
Message-ID: aD2zc-nj_UW5njzN@nathan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jun 02, 2025 at 09:16:10AM -0500, Nathan Bossart wrote:
> 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.

And now with a patch actually attached...

--
nathan

Attachment Content-Type Size
v1-0001-doc-Fix-notes-about-password-encryption-in-pg_aut.patch text/plain 1.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Melanie Plageman 2025-06-02 14:27:21 Re: RelationGetNumberOfBlocks called before vacuum_get_cutoffs
Previous Message ikedarintarof 2025-06-02 14:21:28 Re: Suggestion to add --continue-client-on-abort option to pgbench