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 1nU9W8-0005BV-4b for pgsql-docs@arkaria.postgresql.org; Tue, 15 Mar 2022 15:55:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nU9W6-0000CG-8k for pgsql-docs@arkaria.postgresql.org; Tue, 15 Mar 2022 15:55:22 +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 1nU9W6-0000C7-1r for pgsql-docs@lists.postgresql.org; Tue, 15 Mar 2022 15:55:22 +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 1nU9Vz-00071W-Is for pgsql-docs@lists.postgresql.org; Tue, 15 Mar 2022 15:55:21 +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 22FFt97t324245; Tue, 15 Mar 2022 11:55:10 -0400 From: Tom Lane To: Alvaro Herrera cc: Florin Irion , pgsql-docs@lists.postgresql.org Subject: Re: pg_dump shared locks documentation In-reply-to: <202203151506.55cjea5lmp2l@alvherre.pgsql> References: <202203151506.55cjea5lmp2l@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Tue, 15 Mar 2022 16:06:57 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <324243.1647359709.1@sss.pgh.pa.us> Date: Tue, 15 Mar 2022 11:55:09 -0400 Message-ID: <324244.1647359709@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > This might be a bit excessive to have in the main text. What about > adding a footnote to point out the exact lock level that is meant, with > a link to the server doc page that explains each lock level? I dunno how well will render in man-page format. How about just inserting a parenthetical remark at the first usage? ... leader process requests shared locks (ACCESS SHARE) on the ... Possibly we could make the "ACCESS SHARE" be a without causing problems in man format. regards, tom lane