diff options
Diffstat (limited to 'src/test/regress/expected/horology.out')
-rw-r--r-- | src/test/regress/expected/horology.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/horology.out b/src/test/regress/expected/horology.out index f8cc66492ce..fb4f33ed6b1 100644 --- a/src/test/regress/expected/horology.out +++ b/src/test/regress/expected/horology.out @@ -306,7 +306,7 @@ SELECT date '1991-02-03' - time with time zone '04:05:06 UTC' AS "Subtract Time ERROR: operator does not exist: date - time with time zone LINE 1: SELECT date '1991-02-03' - time with time zone '04:05:06 UTC... ^ -HINT: No operator matches the given name and argument type(s). You may need to add explicit type casts. +HINT: No operator matches the given name and argument type(s). You might need to add explicit type casts. -- -- timestamp, interval arithmetic -- |