Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oEaSs-0002Vd-C4 for pgsql-docs@arkaria.postgresql.org; Thu, 21 Jul 2022 17:59:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oEaSo-0007zb-B7 for pgsql-docs@arkaria.postgresql.org; Thu, 21 Jul 2022 17:59:54 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oEaRz-00023M-QX for pgsql-docs@lists.postgresql.org; Thu, 21 Jul 2022 17:59:03 +0000 Received: from momjian.us ([72.94.173.45]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oEaRu-0005pu-U5 for pgsql-docs@lists.postgresql.org; Thu, 21 Jul 2022 17:59:03 +0000 Received: from bruce by momjian.us with local (Exim 4.94.2) (envelope-from ) id 1oEaRq-004KLZ-8V; Thu, 21 Jul 2022 13:58:54 -0400 Date: Thu, 21 Jul 2022 13:58:54 -0400 From: Bruce Momjian To: Alvaro Herrera Cc: Tom Lane , "David G. Johnston" , jhebert@micron.com, Pg Docs Subject: Re: Documentation Suggestion Message-ID: References: <202205141521.2nodjabmsour@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Thu, Jul 14, 2022 at 06:23:43PM -0400, Bruce Momjian wrote: > On Tue, May 24, 2022 at 08:36:18AM -0400, Bruce Momjian wrote: > > fOn Sat, May 14, 2022 at 05:21:58PM +0200, Álvaro Herrera wrote: > > > On 2022-May-13, Bruce Momjian wrote: > > > > Note that valid --auth option values are all lower case, even > > > > for authentication types that typically appear as all upper case, > > > > e.g., "LDAP". > > > > > > Yeah, that was my initial thought too. The case-sensitivity is a > > > consideration for other things too (such as locale or encoding names), > > > but for those we do match the operating system name exactly, rather than > > > using our own lower-case version of it, which nobody else uses. > > > > > > So really the point is not about the fact that it is case sensitive as > > > that the case of our name doesn't match the usual one. Maybe the note > > > should be "Note that authentication types are all lower case, [even for > > > ...]" or something like that. > > Here is a patch that implements this. Patch applied to all supported branches. -- Bruce Momjian https://momjian.us EDB https://enterprisedb.com Indecision is a decision. Inaction is an action. Mark Batterson