projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e57875
)
This should be the right expected file.
author
Peter Eisentraut
<peter_e@gmx.net>
Thu, 9 Aug 2001 21:03:11 +0000
(21:03 +0000)
committer
Peter Eisentraut
<peter_e@gmx.net>
Thu, 9 Aug 2001 21:03:11 +0000
(21:03 +0000)
src/test/regress/expected/horology.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/horology.out
b/src/test/regress/expected/horology.out
index fbe52880e3bbaa82cbdaf44b3da1512653b1f379..7decb8d8cb3e90df014b7a0977fe0caa15ea8b2c 100644
(file)
--- a/
src/test/regress/expected/horology.out
+++ b/
src/test/regress/expected/horology.out
@@
-118,9
+118,9
@@
SELECT interval '04:30' - time '01:02' AS "+03:28";
(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
-------------