Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vVqj3-0095zP-21 for pgsql-docs@arkaria.postgresql.org; Wed, 17 Dec 2025 12:33:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vVqj1-00CjRg-2u for pgsql-docs@arkaria.postgresql.org; Wed, 17 Dec 2025 12:33:52 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vVqj1-00CjRY-1l for pgsql-docs@lists.postgresql.org; Wed, 17 Dec 2025 12:33:52 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vVqiz-00194N-1h for pgsql-docs@lists.postgresql.org; Wed, 17 Dec 2025 12:33:51 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 79A444F95AF for ; Wed, 17 Dec 2025 13:33:44 +0100 (CET) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 65B7D4F913E; Wed, 17 Dec 2025 13:33:44 +0100 (CET) Received: from localhost (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 631D710BC495; Wed, 17 Dec 2025 13:33:44 +0100 (CET) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s899.loopia.se ([172.22.191.5]) by localhost (s471.loopia.se [172.22.190.35]) (amavis, port 10024) with LMTP id pvChcZaFfILn; Wed, 17 Dec 2025 13:33:43 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s899.loopia.se (Postfix) with ESMTPSA id B18702C8BA54; Wed, 17 Dec 2025 13:33:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1765974823; bh=04gmcPwL/aJ//ElA6rEuat/hrZdISMtZSthG2o8rcSw=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=dRqHCAMx/mRKbCllDs3V21XkjfGazuWBQ2S8Qtmdz3KjawdNKTrLowTKGhiZVsJzm KUlGaGyfY0p+Sqk6kDnyNk29SEfBqL8OeUVM0t0zuAJV+mAlyiMNo95QqctHhonyAk SGLOQvbDR0KTY/gg1EoR3kKo1DDAOt7clfENbnnPSP3hutF8mh4pRszlJEPMsGOxoq o/D4kinjYhchz2Ikha/mZcyok+iQRSc9+fB/DD028LSZXq5YrIRaUcy+3lNUbzoxpF vvvx3pJUJcRqSKVFzBmRGGZqWHaOvuJqMzNcYs52K+JnyLobH5hT9KKK2Za3OiCCv6 giJxUErV1E5sg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: md5 reference From: Daniel Gustafsson In-Reply-To: Date: Wed, 17 Dec 2025 13:33:33 +0100 Cc: mikael.gustavsson@smhi.se, pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: quoted-printable Message-Id: <77126742-8B22-4F37-B47F-556300764BE3@yesql.se> References: <176595607507.978865.11597773194269211255@wrigleys.postgresql.org> To: Peter Eisentraut X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 17 Dec 2025, at 13:20, Peter Eisentraut = wrote: >=20 > On 17.12.25 08:21, PG Doc comments form wrote: >> The following documentation comment has been logged on the website: >> Page: https://www.postgresql.org/docs/18/auth-pg-hba-conf.html >> Description: >> Hi, >> In the last pg_hba example on the page md5 is used as method. Maybe = it >> should be changed to scram-sha-256 as that is the preferred method? >=20 > Yes, I think that would make sense to modernize that example. Agreed, I was just looking at it after reading the report. @Mikael: = would you like to try your hand at proposing a patch for this? -- Daniel Gustafsson