Re: where to add/change commands

Поиск
Список
Период
Сортировка
От NikhilS
Тема Re: where to add/change commands
Дата
Msg-id d3c4af540703150346uc609f38uc04e00761cae4e3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: where to add/change commands  (Heikki Linnakangas <heikki@enterprisedb.com>)
Ответы Re: where to add/change commands  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Список pgsql-hackers
Hi,

psql? There's some code to detect commands that can't be run in a
transaction block in src/bin/psql/common.c, maybe that's what you're
looking for.

Or did you mean something else? How doesn't it "pick it up"?


I think he probably meant that he was getting a syntax error, even after making all the changes.

Grzegorz, I would have suggested to make an entry for VERBOSE in parser/keywords.c, but it already seems to contain an entry for VERBOSE. I hope you are using the "opt_verbose" rule in your gram.y in the CLUSTER [VERBOSE] case.

Regards,
Nikhils

--
EnterpriseDB               http://www.enterprisedb.com

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

Предыдущее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: where to add/change commands
Следующее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: where to add/change commands