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

From Grzegorz Jaskiewicz
Subject where to add/change commands
Date
Msg-id CCF7268A-F1B6-4346-B8B4-FCAA3258E861@pointblue.com.pl
Whole thread Raw
Responses Re: where to add/change commands  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
Hi folks

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.
Where else do I need to update it, besides gram.y, cluster.c and of  
course adding new field to ClusterStmt.
I tried seaching the list for such hints, but didn't found anything  
usefull.

thanks.

-- 
Grzegorz Jaskiewicz
gj@pointblue.com.pl

C/C++ Freelance to hire.



pgsql-hackers by date:

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