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 1rtpDx-0009WJ-OU for pgsql-general@arkaria.postgresql.org; Mon, 08 Apr 2024 13:39: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 1rtpDw-006og5-Se for pgsql-general@arkaria.postgresql.org; Mon, 08 Apr 2024 13:39:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rtpDw-006of3-Hn for pgsql-general@lists.postgresql.org; Mon, 08 Apr 2024 13:39:48 +0000 Received: from smtp84.iad3b.emailsrvr.com ([146.20.161.84]) by makus.postgresql.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rtpDu-001pYr-5X for pgsql-general@postgresql.org; Mon, 08 Apr 2024 13:39:47 +0000 X-Auth-ID: xof@thebuild.com Received: by smtp3.relay.iad3b.emailsrvr.com (Authenticated sender: xof-AT-thebuild.com) with ESMTPSA id 08CE4402A4; Mon, 8 Apr 2024 09:39:44 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: What is referential_action? From: Christophe Pettus In-Reply-To: Date: Mon, 8 Apr 2024 06:39:42 -0700 Cc: pgsql-general Content-Transfer-Encoding: quoted-printable Message-Id: <829E1A42-1C40-4099-A842-742337FB4252@thebuild.com> References: To: Ron Johnson X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Classification-ID: 6b1273d6-a97e-438b-b906-13049fd6ab38-1-1 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On Apr 8, 2024, at 06:37, Ron Johnson wrote: >=20 > Four times, the word "referential_action" is used on this page, but = it's never mentioned what the possible referential actions are. They're defined in CREATE TABLE: https://www.postgresql.org/docs/14/sql-createtable.html=