Re: [HACKERS] Possible Bug.

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] Possible Bug.
Дата
Msg-id 3509FF34.B53EB860@alumni.caltech.edu
обсуждение исходный текст
Ответ на Possible Bug.  ("Jackson, DeJuan" <djackson@cpsgroup.com>)
Список 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 по дате отправления:

Предыдущее
От: Patrice HEDE
Дата:
Сообщение: Minor detail...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: indexing words slow