Open KES777 opened 6 years ago
https://github.com/arkhipov/temporal_tables/#update-conflicts-and-time-adjustment
name | department | salary | sys_period -- | -- | -- | -- Lenina Crowne | Hatchery and Conditioning Centre | 7000 | [T2, T1)
It seems here you should use: statement_timestamp()
statement_timestamp()
thus the updated row will look like:
name | department | salary | sys_period -- | -- | -- | -- Lenina Crowne | Hatchery and Conditioning Centre | 7000 | [T2, **T4**)
https://github.com/arkhipov/temporal_tables/#update-conflicts-and-time-adjustment
It seems here you should use:
statement_timestamp()
thus the updated row will look like: