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 1rtpIY-0009so-CJ for pgsql-general@arkaria.postgresql.org; Mon, 08 Apr 2024 13:44:34 +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 1rtpIX-006yV5-IW for pgsql-general@arkaria.postgresql.org; Mon, 08 Apr 2024 13:44:33 +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 1rtpIX-006yUo-7k for pgsql-general@lists.postgresql.org; Mon, 08 Apr 2024 13:44:33 +0000 Received: from mail-ot1-x330.google.com ([2607:f8b0:4864:20::330]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1rtpIU-001pcQ-SN for pgsql-general@postgresql.org; Mon, 08 Apr 2024 13:44:32 +0000 Received: by mail-ot1-x330.google.com with SMTP id 46e09a7af769-6e696ee8fa3so3002699a34.1 for ; Mon, 08 Apr 2024 06:44:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1712583870; x=1713188670; darn=postgresql.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=BqXOOkCmFc5/eoHiwBmhvsF6Da12H2UxolhlF2aPr9I=; b=fWPMZmbxHp23+OAqNyLz1I4Z32tbx1uNb8Ql24oBpTGF/rofgeEIRZvUDQxS1g2Ebe H6bB2WzlfOH+kc7WUt3NlqjR/3jsbh7snYbsHdoMPERIupSkhf5Eo1x6zXOGo4PPd74L sNHO3uopvlk+e1QR/9JIsH/pH/h0dWW9dP/T7Nq55jngXpijdYEo0VDomFRvG1gSFXwt u3T0TcaQmp2lSfc2J30ZTCdl0XNC9TrxAF4XBmGkaXaF2F290ZelY5rk9cAyCsBZYBZn 6kyGdi4f46RE2mtEv7yEX8Oj6u1LTu8848e/5osFCu86qYSaiO30YDI/uH7ETc47LJmq +qCw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712583870; x=1713188670; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=BqXOOkCmFc5/eoHiwBmhvsF6Da12H2UxolhlF2aPr9I=; b=Gyb29mAfumK/9cSNSEvWw3O3ETIfAa86oq9YchRIEkadKf3RgrdVPocGzbvvD3DZAF ybEgme65/SZPZICwONbyQPxUDAnAWiWB6al1lIpNRNc4yQ8totZEJzhJiGbs28eCaWYG qshYAOYH6D2Tko7V3Gmttfb+I4bRoHsRWFcPQon2PVdfsK3NvQaZaOCvDqX0gkqNibQq m5X9q0EWZkEUrjj9h2S67ekD+sCxZxqIkiH/F0l0Puo8NcIW2X2BbgJmA7murhrKNZqn 7rFspHr7Ti9SlXTx0/ANBvAKa/mEk/7ZC0DMd4czwIONv9wJBw8wS3Fy1ntAbh+0fYSE phaw== X-Gm-Message-State: AOJu0Yyq2boTz5iyYnFjlxRpVErSPOsw8gsk0RVfSk1ulsWhxyQuk6Zd avfgHrDV1kPUnZ3TpKDdWzZi1kYkmyiT+iqAdRpD874WsR2pZ1dZcmLY4xgPwtNryfQesLy1QrB Msqu66qKUHeI6NgRdv4b1rIwb9yPrxA3S X-Google-Smtp-Source: AGHT+IFZBnA6T6KVkD3e1LDY97WD+b0/W2FloXbclTgDrvZR+imW5MgABRDqcCNfb4S0Vj7aWmzrF/q0L2fjD4oCE+I= X-Received: by 2002:a05:6870:2105:b0:22e:83e8:2f13 with SMTP id f5-20020a056870210500b0022e83e82f13mr3981770oae.24.1712583869471; Mon, 08 Apr 2024 06:44:29 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ron Johnson Date: Mon, 8 Apr 2024 09:44:18 -0400 Message-ID: Subject: Re: What is referential_action? To: pgsql-general Content-Type: multipart/alternative; boundary="0000000000003027fb0615960141" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000003027fb0615960141 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, Apr 8, 2024 at 9:41=E2=80=AFAM David G. Johnston wrote: > On Monday, April 8, 2024, Ron Johnson wrote: > >> Four times, the word "referential_action" is used on this page, but it's >> never mentioned what the possible referential actions are. >> >> Am I missing something? >> >> https://www.postgresql.org/docs/14/sql-altertable.html >> > > Much of the details regarding the things you can alter onto a table are > defined in create table reference for the same thing. > Thanks, Chris and David. --0000000000003027fb0615960141 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Mon, Apr 8, 2024 at 9:41=E2=80=AFAM Da= vid G. Johnston <david.g.j= ohnston@gmail.com> wrote:
On Monday, April 8, 2024, Ron J= ohnson <ron= ljohnsonjr@gmail.com> wrote:
Four times, the word "referential_action" is used on this page, = but it's never mentioned what the possible referential actions are.
Am I missing something?
<= /blockquote>

Much of the details regarding the things yo= u can alter onto a table are defined in create table reference for the same= thing.
=C2=A0
Thanks, Chris and David.
--0000000000003027fb0615960141--