Thread

Commits

  1. Teach SKIP_LOCKED to psql tab completion of VACUUM and ANALYZE

  1. 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
    
  2. 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
    
  3. 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