Re: Implementing SQL/PSM for PG 8.2

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Implementing SQL/PSM for PG 8.2
Дата
Msg-id 200506281155.49920.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Implementing SQL/PSM for PG 8.2  (Neil Conway <neilc@samurai.com>)
Ответы Re: Implementing SQL/PSM for PG 8.2
Список pgsql-hackers
Neil Conway wrote:
> I agree the current parser is a hack, but it's difficult to see how
> else it could be implemented.

Since the lexical structure of SQL/PSM seems to be about the same as the 
main SQL, maybe you could get away with having the main parser just 
accepting any tokens at the point where the function body belongs and 
make it count BEGIN's and END's or whatever nesting elements there 
might be.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: For review: Server instrumentation patch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Occupied port warning