diff options
Diffstat (limited to 'src/test/regress/expected/time.out')
-rw-r--r-- | src/test/regress/expected/time.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/regress/expected/time.out b/src/test/regress/expected/time.out index a562c29691e..f85dcdbd7ab 100644 --- a/src/test/regress/expected/time.out +++ b/src/test/regress/expected/time.out @@ -70,4 +70,6 @@ SELECT f1 AS "Eight" FROM TIME_TBL WHERE f1 >= '00:00'; -- where we do mixed-type arithmetic. - thomas 2000-12-02 SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL; ERROR: operator is not unique: time without time zone + time without time zone +LINE 1: SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL; + ^ HINT: Could not choose a best candidate operator. You may need to add explicit type casts. |