Thread
Commits
-
Improve tab-completion for ALTER INDEX RESET/SET.
- 2b8c94e1b4a8 11.0 landed
-
psql tab completion for ALTER INDEX SET
Masahiko Sawada <sawada.mshk@gmail.com> — 2018-03-02T06:52:00Z
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
-
Re: psql tab completion for ALTER INDEX SET
Fujii Masao <masao.fujii@gmail.com> — 2018-03-02T16:43:20Z
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
Masahiko Sawada <sawada.mshk@gmail.com> — 2018-03-03T05:35:29Z
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