Re: Replacing plpgsql's lexer

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Replacing plpgsql's lexer
Дата
Msg-id 49E4FB25.9050602@dunslane.net
обсуждение исходный текст
Ответ на Re: Replacing plpgsql's lexer  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Replacing plpgsql's lexer  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Robert Haas wrote:
> All this sounds good.  As for how to handle := and .., I think making
> them lex the same way in PL/pgsql and core SQL would be a good thing.
>
>
>   

They don't have any significance in core SQL. What would we do with the 
lexeme?

ISTR we've used some hacks in the past to split lexemes into pieces, and 
presumably we'd have to do something similar with these.

The only thing that makes me nervous about this is that we're very close 
to Beta. OTOH, this is one area the regression suite should give a 
fairly good workout to.

cheers

andrew


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Replacing plpgsql's lexer
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Replacing plpgsql's lexer