Re: info is a reserved word?

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: info is a reserved word?
Дата
Msg-id 20060113045756.GA88336@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: info is a reserved word?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Thu, Jan 12, 2006 at 11:21:28PM -0500, Tom Lane wrote:
> plpgsql is not very good about reserving words "minimally", ie, not
> treating a word as a keyword outside the context where the keyword
> is meaningful.
> 
> This could probably be fixed, or at least greatly reduced, with some
> flex/bison hacking.  Anyone up for it?

Possibly.  Would it involve much more than what the main parser's
grammar does with unreserved_keyword and friends?  I suppose this
ought to move to pgsql-hackers.

-- 
Michael Fuhr


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: info is a reserved word?
Следующее
От: Adam Rosi-Kessel
Дата:
Сообщение: ORDER BY does not work as expected with multiple joins