Обсуждение: Bug #614: Incorrect parse with time function

Поиск
Список
Период
Сортировка

Bug #614: Incorrect parse with time function

От
pgsql-bugs@postgresql.org
Дата:
Jacek Smyda (smyda@ite.pl) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
Incorrect parse with time function

Long Description
Parser error with function time (ver. 7.2). See example.

Sample Code
SELECT time('10:10');

Output:
ERROR:  parser: parse error at or near "'"

No file was uploaded with this report

Re: Bug #614: Incorrect parse with time function

От
Thomas Lockhart
Дата:
> Sample Code
> SELECT time('10:10');

Read the release notes to see that this is no longer allowed, to allow
other SQL9x features to be implemented.

                      - Thomas