Re: where to add/change commands

From: Heikki Linnakangas <heikki(at)enterprisedb(dot)com>
To: Grzegorz Jaskiewicz <gj(at)pointblue(dot)com(dot)pl>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: where to add/change commands
Date: 2007-03-15 10:36:11
Message-ID: 45F9219B.90600@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

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