BUG #4718: "select +'8:00'::interval;" gives an error

Поиск
Список
Период
Сортировка
От Roman Kononov
Тема BUG #4718: "select +'8:00'::interval;" gives an error
Дата
Msg-id 200903200412.n2K4CQ0A020521@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #4718: "select +'8:00'::interval;" gives an error
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      4718
Logged by:          Roman Kononov
Email address:      kononov@ftml.net
PostgreSQL version: 8.3.7
Operating system:   GNU/Linux x86_64
Description:        "select +'8:00'::interval;" gives an error
Details:

test=# select +'8:00'::interval;
ERROR:  operator does not exist: + interval
LINE 1: select +'8:00'::interval;
               ^
HINT:  No operator matches the given name and argument type(s). You might
need to add explicit type casts.

test=# select -'8:00'::interval;
 -08:00:00

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Nagendra.K"
Дата:
Сообщение: BUG #4719: Convertion of Data from MSSQL to Postgres
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #4719: Convertion of Data from MSSQL to Postgres