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 1vGnzl-004NRs-B5 for pgsql-docs@arkaria.postgresql.org; Thu, 06 Nov 2025 00:36:57 +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 1vGhx0-003oyA-IV for pgsql-docs@arkaria.postgresql.org; Wed, 05 Nov 2025 18:09:41 +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 1vGhx0-003oy2-1g for pgsql-docs@lists.postgresql.org; Wed, 05 Nov 2025 18:09:41 +0000 Received: from mout-u-107.mailbox.org ([80.241.59.207]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vGhwv-0069xr-02 for pgsql-docs@lists.postgresql.org; Wed, 05 Nov 2025 18:09:39 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4d1td82zV1z9thl; Wed, 5 Nov 2025 19:09:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1762366172; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/cMb/g34pJr3cffORiyKsleRIxxEecmFdrvlWOzAPLo=; b=zg9gBtZJ+Iyf1w+n73Qh9AqvmRQEnQu5cQVrT4bigzA8Bq1gCETiQrZe0Z/kHh+7qmOQ5+ HGBVK07l5h5J2djXOh2+qKWT9ZEXRIxYxc29NUEXAKPGX3DUF/Fb2s3pkg59zWvMmS/q85 1UwvSJLZnC8jEsugbfiDLRRbnUyhDMD5YesHWRd3I9H51/KjimxQLepaBRR2Lsofv9gAQa ukdJtEMRacf682ky4loeQOaq+/Ftv534Y7IXRotx2YNgDzI6LBHPB0pUjOyP11Pno1wCjV iIkvuilnYl7mI29ER/8Mlh2hVRLLwDXG7cRs6EZCManrruqQ4IIf56oSIb+C9A== Authentication-Results: outgoing_mbo_mout; dkim=none; spf=pass (outgoing_mbo_mout: domain of ewie@ewie.name designates 2001:67c:2050:b231:465::102 as permitted sender) smtp.mailfrom=ewie@ewie.name Date: Wed, 5 Nov 2025 19:09:28 +0100 From: Erik Wienhold To: David Rowley Cc: Tom Lane , Bruce Momjian , Nathan Bossart , Euler Taveira , pgsql-docs@lists.postgresql.org Subject: Re: Use uppercase keywords in foreign key tutorial Message-ID: <971a5a3d-c200-4700-824b-f71a6e831994@ewie.name> References: <2903384.1761770924@sss.pgh.pa.us> <0a68a965-4599-4af1-a1eb-bd8e1be75788@ewie.name> <32882add-b671-42db-a041-e2c2c5b7c315@ewie.name> <4487a138-c4d2-4b06-80b3-5afe7f8e5d82@ewie.name> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="s2j2a4mecdx56knb" Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4d1td82zV1z9thl List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --s2j2a4mecdx56knb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 2025-11-04 03:09 +0100, David Rowley wrote: > On Tue, 4 Nov 2025 at 13:04, Erik Wienhold wrote: > > > > On 2025-11-03 23:37 +0100, David Rowley wrote: > > > I'm starting to wonder if adjusting the spacing here is a worthwhile > > > change. > > > > I think it's worth to have that consistency. If the patch is too broad > > I can of course limit it to the listings with inconsistent keyword > > casing which is more less patch v2 plus some changes from v3 and later. > > > > Or just fix the keywords for now to get that out of the way and deal > > with the spacing in a separate patch/thread. > > I think just the keyword upper casing is a good idea for now. I'm > starting to lose hope that there's enough merit and consistency to the > proposed whitespace changes. Maybe there's a subset of it that does > make sense to do. Done in the attached v6. But I kept the few whitespace changes on lines where I change keywords to uppercase. It's mostly a single space after commas in column and parameter lists which I think also enhances readability. -- Erik Wienhold --s2j2a4mecdx56knb Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="v6-0001-doc-Use-uppercase-keywords.patch"