Re: where to add/change commands - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: where to add/change commands
Date
Msg-id 45F9219B.90600@enterprisedb.com
Whole thread Raw
In response to where to add/change commands  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Responses Re: where to add/change commands  (Grzegorz Jaskiewicz <gj@pointblue.com.pl>)
Re: where to add/change commands  (NikhilS <nikkhils@gmail.com>)
List 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 by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: CLUSTER and MVCC
Next
From: Heikki Linnakangas
Date:
Subject: Re: [PATCHES] Bitmapscan changes