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.94.2) (envelope-from ) id 1qo3J7-00CvlH-95 for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 14:57:01 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qo3J5-00Gjrs-Pq for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 14:57:00 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo3J5-00GjrD-Fc for pgsql-hackers@lists.postgresql.org; Wed, 04 Oct 2023 14:56:59 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo3J3-0000tL-2t for pgsql-hackers@postgresql.org; Wed, 04 Oct 2023 14:56:59 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 75F602FAAF6E for ; Wed, 4 Oct 2023 16:56:56 +0200 (CEST) Received: from s980.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 6686A2E2981B; Wed, 4 Oct 2023 16:56:56 +0200 (CEST) Received: from s471.loopia.se (unknown [172.22.191.5]) by s980.loopia.se (Postfix) with ESMTP id 64276220169A; Wed, 4 Oct 2023 16:56:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s979.loopia.se ([172.22.191.5]) by s471.loopia.se (s471.loopia.se [172.22.190.35]) (amavisd-new, port 10024) with LMTP id ttBFCWKVhhWy; Wed, 4 Oct 2023 16:56:56 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 38.140.183.210 Received: from smtpclient.apple (unknown [38.140.183.210]) (Authenticated sender: daniel@yesql.se) by s979.loopia.se (Postfix) with ESMTPSA id 70B3410BC434; Wed, 4 Oct 2023 16:56:55 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.120.41.1.3\)) Subject: Re: --sync-method isn't documented to take an argument From: Daniel Gustafsson In-Reply-To: <2586962.1696431119@sss.pgh.pa.us> Date: Wed, 4 Oct 2023 16:56:54 +0200 Cc: Alvaro Herrera , Robert Haas , PostgreSQL Hackers , Nathan Bossart Content-Transfer-Encoding: 7bit Message-Id: <8CF2C172-4500-4A77-95DF-900F363D7196@yesql.se> References: <202310041435.5ss4bpih2lal@alvherre.pgsql> <2585706.1696430390@sss.pgh.pa.us> <5FA50A84-6ECC-4280-AC2E-23F88C252713@yesql.se> <2586962.1696431119@sss.pgh.pa.us> To: Tom Lane X-Mailer: Apple Mail (2.3696.120.41.1.3) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 4 Oct 2023, at 16:51, Tom Lane wrote: > > Daniel Gustafsson writes: >> On 4 Oct 2023, at 16:39, Tom Lane wrote: >>> I concluded a long time ago that it does nothing. > >> It does nothing in our current doc rendering, but if someone would like to >> render docs with another style where it does make a difference it seems >> unhelpful to not be consistent. > > To do that, we'd need some sort of agreement on what the possible > "class" values are and when to use each one. I've never seen any > documentation about that. Thats fair. The 4.5 docbook guide isn't terribly helpful on what the attributes mean and how they should be used: https://tdg.docbook.org/tdg/4.5/replaceable In the 5.2 version the text is slightly expanded but not by all that much: https://tdg.docbook.org/tdg/5.2/replaceable -- Daniel Gustafsson