Re: "CLUSTER VERBOSE" tab completion

From: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "CLUSTER VERBOSE" tab completion
Date: 2012-08-19 20:55:18
Message-ID: CAMkU=1yBFpjnF3zVLLCcse1KAQ_EVeOMKLBN3qpXBJQzwCVaew@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Aug 17, 2012 at 7:18 PM, Jeff Janes <jeff(dot)janes(at)gmail(dot)com> wrote:
> tab completion will add "USING" after CLUSTER VERBOSE, as if VERBOSE
> were the name of a table.
>
> Instead of just making it not do the wrong thing, I tried to make it
> actually do the right thing.
>
> It doesn't fill in the VERBOSE for you, you have to type that in full,

This short coming has now been rectified.

Cheers,

Jeff

Attachment Content-Type Size
cluster_verbose_complete_v2.patch application/octet-stream 2.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2012-08-19 21:31:36 Re: Statistics and selectivity estimation for ranges
Previous Message Jeff Davis 2012-08-19 20:51:42 Re: SP-GiST for ranges based on 2d-mapping and quad-tree