mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Update for latest version of horology test.
This commit is contained in:
parent
d22e9456a7
commit
27e7ac190e
@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30'
|
||||
03:31:00
|
||||
(1 row)
|
||||
|
||||
SELECT CAST(cast(date 'today' + time with time zone '03:30-08'
|
||||
SELECT CAST(cast(date 'today' + time with time zone '03:30'
|
||||
+ interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00";
|
||||
07:31:00
|
||||
----------
|
||||
|
@ -551,7 +551,7 @@ SELECT CAST(CAST(date 'today' + time with time zone '01:30'
|
||||
03:31:00
|
||||
(1 row)
|
||||
|
||||
SELECT CAST(cast(date 'today' + time with time zone '03:30-08'
|
||||
SELECT CAST(cast(date 'today' + time with time zone '03:30'
|
||||
+ interval '1 month 04:01' as timestamp without time zone) AS time) AS "07:31:00";
|
||||
07:31:00
|
||||
----------
|
||||
|
Loading…
Reference in New Issue
Block a user