Re: fix notes about password encryption in pg_authid docs

2025-06-04 Thread Nathan Bossart
On Wed, Jun 04, 2025 at 02:11:55PM +0900, Michael Paquier wrote: > Looks fine to me. Committed, thanks. -- nathan

Re: fix notes about password encryption in pg_authid docs

2025-06-03 Thread Michael Paquier
On Tue, Jun 03, 2025 at 01:01:58PM -0500, Nathan Bossart wrote: > Yup. Here is an updated patch. Looks fine to me. -- Michael signature.asc Description: PGP signature

Re: fix notes about password encryption in pg_authid docs

2025-06-03 Thread Nathan Bossart
On Tue, Jun 03, 2025 at 01:43:15PM +0900, Michael Paquier wrote: > You are missing one reference in doc/src/sgml/system-views.sgml for > pg_shadow.passwd, no? Yup. Here is an updated patch. -- nathan >From 2d41fa2cff14b548905e2dfdd98b992976137e61 Mon Sep 17 00:00:00 2001 From: Nathan Bossart D

Re: fix notes about password encryption in pg_authid docs

2025-06-03 Thread Michael Paquier
On Mon, Jun 02, 2025 at 09:21:39AM -0500, Nathan Bossart wrote: > 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.

Re: fix notes about password encryption in pg_authid docs

2025-06-02 Thread Nathan Bossart
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-