Re: adding stuff to parser, question

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: adding stuff to parser, question
Дата
Msg-id 87pri3l7in.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на adding stuff to parser, question  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Ответы Re: adding stuff to parser, question  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Re: adding stuff to parser, question  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Список pgsql-hackers
Grzegorz Jaskiewicz <gj@pointblue.com.pl> writes:

You're going to kick yourself, but:


>      {"table", TABLE, RESERVED_KEYWORD},
> +    {"table", TABLES, RESERVED_KEYWORD},
              ^

I don't see any reason offhand why it should have to be a reserved word
though. You should be able to make it an UNRESERVED_KEYWORD. Oh, and you'll
want to add it to the list of tokens in unreserved_keyword in gram.y as well.

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com Get trained by Bruce Momjian - ask me about
EnterpriseDB'sPostgreSQL training!
 


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

Предыдущее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: adding stuff to parser, question
Следующее
От: David Fetter
Дата:
Сообщение: Re: adding stuff to parser, question