diff options
Diffstat (limited to 'src/test/regress/expected/time.out')
| -rw-r--r-- | src/test/regress/expected/time.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/regress/expected/time.out b/src/test/regress/expected/time.out index 39b409feca..f3a71503c2 100644 --- a/src/test/regress/expected/time.out +++ b/src/test/regress/expected/time.out @@ -161,11 +161,11 @@ SELECT EXTRACT(HOUR FROM TIME '2020-05-26 13:30:25.575401'); (1 row) SELECT EXTRACT(DAY FROM TIME '2020-05-26 13:30:25.575401'); -- error -ERROR: "time" units "day" not recognized +ERROR: unit "day" not supported for type time without time zone SELECT EXTRACT(FORTNIGHT FROM TIME '2020-05-26 13:30:25.575401'); -- error -ERROR: "time" units "fortnight" not recognized +ERROR: unit "fortnight" not recognized for type time without time zone SELECT EXTRACT(TIMEZONE FROM TIME '2020-05-26 13:30:25.575401'); -- error -ERROR: "time" units "timezone" not recognized +ERROR: unit "timezone" not supported for type time without time zone SELECT EXTRACT(EPOCH FROM TIME '2020-05-26 13:30:25.575401'); extract -------------- |
