Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c90a2b

Browse files
committed
This should be the right expected file.
1 parent2e57875 commit9c90a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/expected/horology.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ SELECT interval '04:30' - time '01:02' AS "+03:28";
118118
(1 row)
119119

120120
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
121+
ERROR: Cannot cast type'time with time zone' to'interval'
122122
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
123+
ERROR: Cannot cast type'interval' to'time with time zone'
124124
SELECT time with time zone '01:30-08' - interval '02:01' AS "23:29:00-08";
125125
23:29:00-08
126126
-------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp