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 1l0Ujh-0007xp-I4 for pgsql-hackers@arkaria.postgresql.org; Fri, 15 Jan 2021 19:26:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l0Ujg-00065R-DY for pgsql-hackers@arkaria.postgresql.org; Fri, 15 Jan 2021 19:26:16 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l0Ujg-00065K-6l for pgsql-hackers@lists.postgresql.org; Fri, 15 Jan 2021 19:26:16 +0000 Received: from n3.nabble.com ([162.255.23.22]) by makus.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1l0UjX-0002Fe-92 for pgsql-hackers@postgresql.org; Fri, 15 Jan 2021 19:26:15 +0000 Received: from n3.nabble.com (localhost [127.0.0.1]) by n3.nabble.com (Postfix) with ESMTP id 0DE6123ED2C37 for ; Fri, 15 Jan 2021 12:26:06 -0700 (MST) Date: Fri, 15 Jan 2021 12:26:05 -0700 (MST) From: legrand legrand To: pgsql-hackers@postgresql.org Message-ID: <1610738765994-0.post@n3.nabble.com> In-Reply-To: References: Subject: Re: WIP: System Versioned Temporal Table MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Hello, it seems that Oracle (11R2) doesn't add the Start and End timestamp columns and permit statement like select * from tt union select * from tt AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '6' SECOND) minus select * from tt VERSIONS BETWEEN TIMESTAMP (SYSTIMESTAMP - INTERVAL '6' second) and SYSTIMESTAMP; Regards PAscal -- Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html