Thread: Possible Bug.

Possible Bug.

From
"Jackson, DeJuan"
Date:
test=> create sequence mytest MINVALUE -234234 CYCLE;
ERROR:  parser: parse error at or near "-"

Is this the current desired behavior?  If so the doc's need to be
changed.
Running
    RH5.0
    pg6.3 - rpm from 1998-03-01
    gcc 2.7.2.3

        -DEJ

Re: [HACKERS] Possible Bug.

From
"Thomas G. Lockhart"
Date:
> test=> create sequence mytest MINVALUE -234234 CYCLE;
> ERROR:  parser: parse error at or near "-"
>
> Is this the current desired behavior?

Well, it is the current, but not desired, behavior. I looked at it but
don't yet understand why it is happening. Seems like the parser
shouldn't be breaking the number into two pieces.

                      - Tom