Re: [HACKERS] Possible Bug.
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: "Jackson, DeJuan" <djackson@cpsgroup.com>
Cc: PostgreSQL Questions Mailing List <pgsql-questions@postgreSQL.org>, PostgreSQL Hackers Mailing List <pgsql-hackers@hub.org>
Date: 1998-03-14T03:53:24Z
Lists: 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