Re: psql tab completion for ALTER INDEX SET

2018-03-02 Thread Masahiko Sawada
On Sat, Mar 3, 2018 at 1:43 AM, Fujii Masao wrote: > On Fri, Mar 2, 2018 at 3:52 PM, Masahiko Sawada 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 "autosummari

Re: psql tab completion for ALTER INDEX SET

2018-03-02 Thread Fujii Masao
On Fri, Mar 2, 2018 at 3:52 PM, Masahiko Sawada 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, -

psql tab completion for ALTER INDEX SET

2018-03-01 Thread Masahiko Sawada
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 tab_