From: | Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl> |
---|---|
To: | Heikki Linnakangas <heikki(at)enterprisedb(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: where to add/change commands |
Date: | 2007-03-15 10:40:51 |
Message-ID: | CE59586E-9741-4157-9AD0-7D48D1F5BBDC@pointblue.com.pl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mar 15, 2007, at 11:36 AM, Heikki Linnakangas wrote:
> 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.
>
meaning that if I type in "CLUSTER VERBOSE" in psql, I get syntax error.
> Or did you mean something else? How doesn't it "pick it up"?
>
well, probably patch's worth 1000 words. Hope that attaching such
small file isn't a crime in the neck'o'woods.
Attachment | Content-Type | Size |
---|---|---|
clusterverbose.patch | application/octet-stream | 2.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | NikhilS | 2007-03-15 10:46:21 | Re: where to add/change commands |
Previous Message | Heikki Linnakangas | 2007-03-15 10:38:26 | Re: [PATCHES] Bitmapscan changes |