summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/horology-no-DST-before-1970.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/horology-no-DST-before-1970.out')
-rw-r--r--src/test/regress/expected/horology-no-DST-before-1970.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/horology-no-DST-before-1970.out b/src/test/regress/expected/horology-no-DST-before-1970.out
index 1ad38e3486..c6f7c56604 100644
--- a/src/test/regress/expected/horology-no-DST-before-1970.out
+++ b/src/test/regress/expected/horology-no-DST-before-1970.out
@@ -806,9 +806,9 @@ SELECT interval '04:30' - time '01:02' AS "20:32:00";
(1 row)
SELECT CAST(time with time zone '01:02-08' AS interval) AS "+00:01";
-ERROR: Cannot cast type time with time zone to interval
+ERROR: cannot cast type time with time zone to interval
SELECT CAST(interval '02:03' AS time with time zone) AS "02:03:00-08";
-ERROR: Cannot cast type interval to time with time zone
+ERROR: cannot cast type interval to time with time zone
SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
23:29:00-08
-------------