We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e57875 commit 9c90a2bCopy full SHA for 9c90a2b
src/test/regress/expected/horology.out
@@ -118,9 +118,9 @@ SELECT interval '04:30' - time '01:02' AS "+03:28";
118
(1 row)
119
120
SELECT CAST(time with time zone '01:02-08' AS interval) AS "+00:01";
121
-ERROR: Cannot cast type time with time zone to interval
+ERROR: Cannot cast type 'time with time zone' to 'interval'
122
SELECT CAST(interval '02:03' AS time with time zone) AS "02:03:00-08";
123
-ERROR: Cannot cast type interval to time with time zone
+ERROR: Cannot cast type 'interval' to 'time with time zone'
124
SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
125
23:29:00-08
126
-------------
0 commit comments