Re: [HACKERS] Postgres' lexer

Поиск
Список
Период
Сортировка
От Leon
Тема Re: [HACKERS] Postgres' lexer
Дата
Msg-id 37BD2194.84398757@udmnet.ru
обсуждение исходный текст
Ответ на RE: [HACKERS] Postgres' lexer  ("Ansley, Michael" <Michael.Ansley@intec.co.za>)
Список pgsql-hackers
Ansley, Michael wrote:
...
> >> And what this stands for:
> >>
> >> {identifier}/{space}*-{number}
> An identifier followed by any number of spaces, and then a minus, or a
> number.  Again, double check this with a reference of some sorts.

Well, I studied flex manpage from top to bottom, and almost everything
in Postgres's lexer makes sense. But these "followed by spaces and a
queer minused number" do not. Can someone tell me what do these 
minused single - digit numbers stand for?

-- 
Leon.
---------
"This may seem a bit weird, but that's okay, because it is weird." -
Perl manpage.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Mike Mascari
Дата:
Сообщение: RE: [HACKERS] vacuum process size
Следующее
От: "Ansley, Michael"
Дата:
Сообщение: RE: [HACKERS] Postgres' lexer