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 1v9O9l-00HGn8-H1 for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Oct 2025 13:36:37 +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 1v9O9i-00D2ty-5r for pgsql-hackers@arkaria.postgresql.org; Thu, 16 Oct 2025 13:36:33 +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 1v9O9h-00D2sJ-O1 for pgsql-hackers@lists.postgresql.org; Thu, 16 Oct 2025 13:36:32 +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.96) (envelope-from ) id 1v9O9e-002WwE-20 for pgsql-hackers@lists.postgresql.org; Thu, 16 Oct 2025 13:36:32 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 537014565C3 for ; Thu, 16 Oct 2025 15:36:29 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 3D0A6457B03; Thu, 16 Oct 2025 15:36:29 +0200 (CEST) Received: from s471.loopia.se (unknown [172.22.191.5]) by s981.loopia.se (Postfix) with ESMTP id 3627B22B1801; Thu, 16 Oct 2025 15:36:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s471.loopia.se (amavisd-new); dkim=pass (2048-bit key) header.d=yesql.se Received: from s980.loopia.se ([172.22.191.5]) by s471.loopia.se (s471.loopia.se [172.22.190.35]) (amavisd-new, port 10024) with UTF8LMTP id Q9oCAwj-Bzz8; Thu, 16 Oct 2025 15:36:28 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s980.loopia.se (Postfix) with ESMTPSA id 9664822016B4; Thu, 16 Oct 2025 15:36:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1760621788; bh=vIarvv8WNjZp9PjWw11Z2j4nYfPVzQqNhGuwDHf8frA=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=t4/eC8lrsGqcCQZ2GOEQxv+py79x581TErPC/fUSuLMbGw/0TThamEw9Oqbk8eGAP Py5fxW5R1K/jsNd0Oj13T+Fb5RF6C7gBIzecGf95Mf/C8nNxzBXZHuoVV6pWrrdaKE LZeL66+48gt/RMJOJln5teIQEpGjucDtiHTPyMt6r+lYc2C7UnxrX7SKWRmLh0dioS BW3E16mSCUj4PZMkNZkDMlYCa77OQ6g7Xh1bbBW44cpZuox8b6B3HjHpl2eDBumxfA W+45+OCjISPYyrz1oN2A7Gyw2rI9Z5CD1hcTvDjEQ8w/IPXLJhrBLk3vwqATZrTcC0 I6vpPHNB4VAlg== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: doc: create table improvements From: Daniel Gustafsson In-Reply-To: Date: Thu, 16 Oct 2025 15:36:18 +0200 Cc: jian he , "David G. Johnston" , Peter Eisentraut , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <074C7D49-996E-4A2E-B66B-80CFF3DF914A@yesql.se> References: To: Laurenz Albe X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 16 Oct 2025, at 15:19, Laurenz Albe = wrote: > On Thu, 2025-10-16 at 11:28 +0800, jian he wrote: >> I don't know the purpose of this extra ``"class=3D"parameter"``. >=20 > I don't know either. I guess it makes no visible difference. 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 = visual difference in our rendering, someone might be rendering the docs in = another way where it does show a difference (like using a different font or = decoration to differentiate parameters from functions etc). -- Daniel Gustafsson