Re: WIP: System Versioned Temporal Table

Поиск
Список
Период
Сортировка
От legrand legrand
Тема Re: WIP: System Versioned Temporal Table
Дата
Msg-id 1610738765994-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: WIP: System Versioned Temporal Table  (Simon Riggs <simon.riggs@enterprisedb.com>)
Список pgsql-hackers
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



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: O(n^2) system calls in RemoveOldXlogFiles()
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [patch] [doc] Further note required activity aspect of automatic checkpoint and archving