where to add/change commands

From: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: where to add/change commands
Date: 2007-03-15 10:23:34
Message-ID: CCF7268A-F1B6-4346-B8B4-FCAA3258E861@pointblue.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pointblue(dot)com(dot)pl

C/C++ Freelance to hire.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2007-03-15 10:31:39 Re: CLUSTER and MVCC
Previous Message Heikki Linnakangas 2007-03-15 09:53:32 Re: [PATCHES] Bitmapscan changes