Re: [HACKERS] Possible Bug.

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: "Jackson, DeJuan" <djackson(at)cpsgroup(dot)com>
Cc: PostgreSQL Questions Mailing List <pgsql-questions(at)postgreSQL(dot)org>, PostgreSQL Hackers Mailing List <pgsql-hackers(at)hub(dot)org>
Subject: Re: [HACKERS] Possible Bug.
Date: 1998-03-14 03:53:24
Message-ID: 3509FF34.B53EB860@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-14 03:54:25 Re: indexing words slow
Previous Message Brett McCormick 1998-03-14 03:11:48 Re: [HACKERS] casting & type comments