Re: WIP: System Versioned Temporal Table - Mailing list pgsql-hackers

From legrand legrand
Subject Re: WIP: System Versioned Temporal Table
Date
Msg-id 1578252366670-0.post@n3.nabble.com
Whole thread Raw
In response to Re: WIP: System Versioned Temporal Table  (Vik Fearing <vik.fearing@2ndquadrant.com>)
List pgsql-hackers
Vik Fearing-4 wrote
> On 05/01/2020 16:01, legrand legrand wrote:
>
>
> No, that is incorrect.  The standard syntax is:
>
>
>     FROM tablename FOR SYSTEM_TIME AS OF '...'
>
>     FROM tablename FOR SYSTEM_TIME BETWEEN '...' AND '...'
>
>     FROM tablename FOR SYSTEM_TIME FROM '...' TO '...'
>
> --
>
> Vik Fearing

oups, I re-read links and docs and I'm wrong.
Sorry for the noise

Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Rethinking opclass member checks and dependency strength
Next
From: Tomas Vondra
Date:
Subject: Re: [Proposal] Global temporary tables