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 1v9PU4-0000lH-5z for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Oct 2025 15:01:39 +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 1v9PU2-00DdJb-U0 for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Oct 2025 15:01:37 +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 1v9PU2-00DdJT-K2 for pgsql-hackers@lists.postgresql.org; Thu, 16 Oct 2025 15:01:37 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v9PTy-002Xke-2C for pgsql-hackers@lists.postgresql.org; Thu, 16 Oct 2025 15:01:37 +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 59GF1D3q1437155; Thu, 16 Oct 2025 11:01:14 -0400 From: Tom Lane To: Daniel Gustafsson cc: Laurenz Albe , jian he , "David G. Johnston" , Peter Eisentraut , PostgreSQL Hackers Subject: Re: doc: create table improvements In-reply-to: <074C7D49-996E-4A2E-B66B-80CFF3DF914A@yesql.se> References: <074C7D49-996E-4A2E-B66B-80CFF3DF914A@yesql.se> Comments: In-reply-to Daniel Gustafsson message dated "Thu, 16 Oct 2025 15:36:18 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1437153.1760626873.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Thu, 16 Oct 2025 11:01:13 -0400 Message-ID: <1437154.1760626873@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Daniel Gustafsson writes: > It's simply markup defined by DocBook to indicate what type the content = to be > replaced is, in this case a parameter. While it might not make any visu= al > difference in our rendering, someone might be rendering the docs in anot= her way > where it does show a difference (like using a different font or decorati= on to > differentiate parameters from functions etc). That's the theory anyway. But we've been so massively inconsistent in whether to use class markup or not (no doubt exactly because it makes no difference for us) that I would expect a rendering where it does make a difference to look really awful. regards, tom lane