]> granicus.if.org Git - postgresql/commitdiff
Update error message wording for format_type change.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2001 19:24:36 +0000 (19:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2001 19:24:36 +0000 (19:24 +0000)
src/test/regress/expected/time.out

index 3c5d317dc1a0da029fd0726bd6fe19289978c3b3..ddefeadc34d30456b0f69758e7ac10db9fee5718 100644 (file)
@@ -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