Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4May-0003w0-Lx for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Jan 2021 11:33:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l4Max-0004qQ-FU for pgsql-hackers@arkaria.postgresql.org; Tue, 26 Jan 2021 11:33:15 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Max-0004qJ-81 for pgsql-hackers@lists.postgresql.org; Tue, 26 Jan 2021 11:33:15 +0000 Received: from relay11.mail.gandi.net ([217.70.178.231]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l4Mau-0004Nh-9W for pgsql-hackers@postgresql.org; Tue, 26 Jan 2021 11:33:14 +0000 Received: from [172.16.255.146] (14.149.88.79.rev.sfr.net [79.88.149.14]) (Authenticated sender: vik@postgresfriends.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 32584100006; Tue, 26 Jan 2021 11:33:06 +0000 (UTC) Subject: Re: WIP: System Versioned Temporal Table To: Simon Riggs , Ryan Lambert Cc: Masahiko Sawada , Surafel Temesgen , Michael Paquier , =?UTF-8?Q?R=c3=a9mi_Lapeyre?= , Eli Marmor , David Steele , PostgreSQL Hackers , Georgios References: From: Vik Fearing Message-ID: <7990518c-3dd3-4f30-c5e1-e094f6126e9a@postgresfriends.org> Date: Tue, 26 Jan 2021 12:33:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 1/11/21 3:02 PM, Simon Riggs wrote: > * UPDATE foo SET start_timestamp = DEFAULT should fail but currently doesn't I'm still in the weeds of reviewing this patch, but why should this fail? It should not fail. -- Vik Fearing