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 1nkRH0-0006L4-07 for pgsql-docs@arkaria.postgresql.org; Fri, 29 Apr 2022 14:07:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nkRGy-0001Qv-Sq for pgsql-docs@arkaria.postgresql.org; Fri, 29 Apr 2022 14:07:04 +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 1nkRGy-0001Qm-Lt for pgsql-docs@lists.postgresql.org; Fri, 29 Apr 2022 14:07:04 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nkRGw-0004zb-L3 for pgsql-docs@lists.postgresql.org; Fri, 29 Apr 2022 14:07:04 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 23TE6vLL317937; Fri, 29 Apr 2022 10:06:57 -0400 From: Tom Lane To: Alvaro Herrera cc: "David G. Johnston" , jhebert@micron.com, Pg Docs Subject: Re: Documentation Suggestion In-reply-to: <202204290909.nuwx32e3jtjh@alvherre.pgsql> References: <202204290909.nuwx32e3jtjh@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Fri, 29 Apr 2022 11:09:14 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <317935.1651241217.1@sss.pgh.pa.us> Date: Fri, 29 Apr 2022 10:06:57 -0400 Message-ID: <317936.1651241217@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > On 2022-Apr-28, David G. Johnston wrote: >> But we don't go out of our way anywhere else to be so explicit about this >> kind of requirement and don't see a point of making this instance an >> exception. > Maybe we could add a in the Options section before the item list, > along the lines of "be mindful that arguments to options --auth, > --auth-local, --encoding, --locale (and all --lc-* options) are > case-sensitive". I don't think this is an improvement, mainly for the reason David mentions: why wouldn't you need a similar statement on every single one of our program man pages? >> The page could use a hyperlink/cross-reference to the pg_hba.conf >> documentation. > That's easily fixed. How about the attached patch? That part's OK, but personally I'd only have cited the link once. regards, tom lane