aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-10-03 19:24:36 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-10-03 19:24:36 +0000
commit16def00ffb3397b8cf1344534fbfd1f3b2cfd33d (patch)
tree20608eaa4249888b75832acdbec04a258a4b50a4
parent9488aad618178b463b18f51fb04752c410cd7efb (diff)
downloadpostgresql-16def00ffb3397b8cf1344534fbfd1f3b2cfd33d.tar.gz
postgresql-16def00ffb3397b8cf1344534fbfd1f3b2cfd33d.zip
Update error message wording for format_type change.
-rw-r--r--src/test/regress/expected/time.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/time.out b/src/test/regress/expected/time.out
index 3c5d317dc1a..ddefeadc34d 100644
--- a/src/test/regress/expected/time.out
+++ b/src/test/regress/expected/time.out
@@ -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