fix notes about password encryption in pg_authid docs

Nathan Bossart <nathandbossart@gmail.com>

From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2025-06-02T14:16:10Z
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



Commits

  1. doc: Remove notes about "unencrypted" passwords.

  2. Remove support for password_encryption='off' / 'plain'.