Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS

From: Tatsuro Yamada <yamada(dot)tatsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Tab completion for ALTER INDEX|TABLE ALTER COLUMN SET STATISTICS
Date: 2018-12-20 01:47:30
Message-ID: 9e5c22ec-6071-5495-0265-b7a96afb1a15@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2018/12/20 10:38, Michael Paquier wrote:
> On Thu, Dec 20, 2018 at 10:05:30AM +0900, Tatsuro Yamada wrote:
>> Alright, I'll create new patches including these:
>>
>> - No completion after "ALTER TABLE/INDEX SET STATISTICS" instead of schema names
>> - Complete "ALTER INDEX foo ALTER COLUMN SET" with STATISTICS by
>> using *column_numbers*
>
> Thanks for considering it!

My pleasure, Neo. :)
Please wait for new WIP patches.

Thanks,
Tatsuro Yamada

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2018-12-20 02:05:22 Re: A few new options for vacuumdb
Previous Message Michael Paquier 2018-12-20 01:45:59 Re: [HACKERS] Macros bundling RELKIND_* conditions