Re: psql tab completion for ALTER INDEX SET
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 "autosummarize" options. > > Thanks for the patch! Committed. > Thank you! Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
Re: psql tab completion for ALTER INDEX SET
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, -- Fujii Masao
psql tab completion for ALTER INDEX SET
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_completion_for_alter_index_set.patch Description: Binary data