Thread: psql tab completion for ALTER INDEX SET

psql tab completion for ALTER INDEX SET

From
Masahiko Sawada
Date:
Hi,

I found that tab completion for ALTER INDEX SET [tab] doesn't support
the reloptions of brin and gist. Attached patch adds "buffering",
"pages_per_range" and "autosummarize" options.

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment

Re: psql tab completion for ALTER INDEX SET

From
Fujii Masao
Date:
On Fri, Mar 2, 2018 at 3:52 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> Hi,
>
> I found that tab completion for ALTER INDEX SET [tab] doesn't support
> the reloptions of brin and gist. Attached patch adds "buffering",
> "pages_per_range" and "autosummarize" options.

Thanks for the patch! Committed.

Regards,

-- 
Fujii Masao


Re: psql tab completion for ALTER INDEX SET

From
Masahiko Sawada
Date:
On Sat, Mar 3, 2018 at 1:43 AM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Fri, Mar 2, 2018 at 3:52 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>> Hi,
>>
>> I found that tab completion for ALTER INDEX SET [tab] doesn't support
>> the reloptions of brin and gist. Attached patch adds "buffering",
>> "pages_per_range" and "autosummarize" options.
>
> Thanks for the patch! Committed.
>

Thank you!

Regards,

--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center