"CLUSTER VERBOSE" tab completion

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

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,
but then it completes table names afterward (and USING and index names
after that)

Cheers,

Jeff

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit kapila 2012-08-18 05:52:01 Re: New WAL code dumps core trivially on replay of bad data
Previous Message Tom Lane 2012-08-18 01:46:55 New WAL code dumps core trivially on replay of bad data