Thread
Commits
-
Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE
- ff9bff0a85b6 12.0 landed
-
Tab completion for SKIP_LOCKED option
Masahiko Sawada <sawada.mshk@gmail.com> — 2019-03-06T02:45:01Z
Hi, I realized that the tab completions for SKIP_LOCKED option of both VACUUM and ANALYZE are missing. Attached patch adds them. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
-
Re: Tab completion for SKIP_LOCKED option
Michael Paquier <michael@paquier.xyz> — 2019-03-06T05:46:11Z
On Wed, Mar 06, 2019 at 11:45:01AM +0900, Masahiko Sawada wrote: > I realized that the tab completions for SKIP_LOCKED option of both > VACUUM and ANALYZE are missing. Attached patch adds them. Thanks Sawada-san, committed. -- Michael
-
Re: Tab completion for SKIP_LOCKED option
Masahiko Sawada <sawada.mshk@gmail.com> — 2019-03-06T05:58:20Z
On Wed, Mar 6, 2019 at 2:46 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Wed, Mar 06, 2019 at 11:45:01AM +0900, Masahiko Sawada wrote: > > I realized that the tab completions for SKIP_LOCKED option of both > > VACUUM and ANALYZE are missing. Attached patch adds them. > > Thanks Sawada-san, committed. Thank you! Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center