Re: where to add/change commands

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: where to add/change commands
Дата
Msg-id 45F9219B.90600@enterprisedb.com
обсуждение исходный текст
Ответ на where to add/change commands  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Ответы Re: where to add/change commands  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Re: where to add/change commands  (NikhilS <nikkhils@gmail.com>)
Список pgsql-hackers
Grzegorz Jaskiewicz wrote:
> I am trying to make CLUSTER command just a bit verbose,as an option 
> here. Added bits to gram.y that should support CLUSTER [VERBOSE] ... but 
> psql doesn't seem to pick it up.

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"?

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


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: CLUSTER and MVCC
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: [PATCHES] Bitmapscan changes