Re: [HACKERS] Possible Bug. - Mailing list pgsql-hackers

From Thomas G. Lockhart
Subject Re: [HACKERS] Possible Bug.
Date
Msg-id 3509FF34.B53EB860@alumni.caltech.edu
Whole thread Raw
In response to Possible Bug.  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
List pgsql-hackers
> 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

pgsql-hackers by date:

Previous
From: Patrice HEDE
Date:
Subject: Minor detail...
Next
From: Bruce Momjian
Date:
Subject: Re: indexing words slow