mirror of
https://github.com/postgres/postgres.git
synced 2026-02-24 18:37:22 -05:00
Update error message wording for format_type change.
This commit is contained in:
parent
9488aad618
commit
16def00ffb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
-- where we do mixed-type arithmetic. - thomas 2000-12-02
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue