Skip to content
Snippets Groups Projects
Commit 16def00f authored by Tom Lane's avatar Tom Lane
Browse files

Update error message wording for format_type change.

parent 9488aad6
No related branches found
No related tags found
No related merge requests found
...@@ -72,5 +72,5 @@ SELECT f1 AS "Eight" FROM TIME_TBL WHERE f1 >= '00:00'; ...@@ -72,5 +72,5 @@ SELECT f1 AS "Eight" FROM TIME_TBL WHERE f1 >= '00:00';
-- and do the rest of the testing in horology.sql -- and do the rest of the testing in horology.sql
-- where we do mixed-type arithmetic. - thomas 2000-12-02 -- where we do mixed-type arithmetic. - thomas 2000-12-02
SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL; SELECT f1 + time '00:01' AS "Illegal" FROM TIME_TBL;
ERROR: Unable to identify an operator '+' for types 'time' and 'time' ERROR: Unable to identify an operator '+' for types 'time without time zone' and 'time without time zone'
You will have to retype this query using an explicit cast You will have to retype this query using an explicit cast
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment