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 1v9JUc-00FLLU-JO for pgsql-docs@arkaria.postgresql.org; Thu, 16 Oct 2025 08:37:50 +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 1v9JUa-00ArkE-M4 for pgsql-docs@arkaria.postgresql.org; Thu, 16 Oct 2025 08:37:47 +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 1v9JUa-00Ark6-Ea for pgsql-docs@lists.postgresql.org; Thu, 16 Oct 2025 08:37:47 +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 1v9JUW-002UUQ-12 for pgsql-docs@lists.postgresql.org; Thu, 16 Oct 2025 08:37:47 +0000 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.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 4cnLtX30yBz9tk2 for ; Thu, 16 Oct 2025 10:37:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ewie.name; s=MBO0001; t=1760603860; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=R/MtJoHlI2MOmNBIliPljEOkPIht3Syi1n432msZpbQ=; b=QKYjpoCAN/4KrqHZgKBlura17+RDBlpThc4jHb3J4L1PE7pLP6FZf0g4NYbquBq+KUHjDo iSBdEWMHXBP4/bXb/vsYOWts/dPf6TPdlWrM3V4ZoEdAht4n6kRsSvhajxvwTff2Ob9/he C+le5bdw1rticqlF2Kod0ddyJg6OwRmo8yPm0gXr/2rlnKzTTFRrYeY9EHSZDyU94wTK2R I5plqwkzoUignsZt7mbSRMmzCl8PL7MgrxWnlIM0SPl30H9TSB7mAAtfVmMqLvUdCNoAq3 rh3Kx668/qpgPWob8aZQQKbg8lYtBobiXAkc/Se1bQSuCtfP0zcw5qJOMPtfoA== Date: Thu, 16 Oct 2025 10:37:37 +0200 From: Erik Wienhold To: pgsql-docs@lists.postgresql.org Subject: Use uppercase keywords in foreign key tutorial Message-ID: <82eb512b-8ed2-46be-b311-54ffd26978c4@ewie.name> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ndbxger6sdjxhx3v" Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --ndbxger6sdjxhx3v Content-Type: text/plain; charset=us-ascii Content-Disposition: inline While browsing the docs I saw that the foreign key tutorial [1] uses some lowercase keywords which are inconsistent with the rest of the docs. The attached patch fixes that. Should be pushed to all stable branches. [1] https://www.postgresql.org/docs/current/tutorial-fk.html -- Erik Wienhold --ndbxger6sdjxhx3v Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="0001-doc-Use-uppercase-keywords-in-foreign-key-tutorial.patch"