Thread: Bug #614: Incorrect parse with time function

Bug #614: Incorrect parse with time function

From
pgsql-bugs@postgresql.org
Date:
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

From
Thomas Lockhart
Date:
> 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