Thread
-
Possible Bug.
Jackson, DeJuan <djackson@cpsgroup.com> — 1998-03-13T22:26:23Z
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.
Thomas Lockhart <lockhart@alumni.caltech.edu> — 1998-03-14T03:53:24Z
> 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