Thread

Commits

  1. psql: Fix \df tab completion for procedures

  1. psql: Fix \df tab completion for procedures

    Erik Wienhold <ewie@ewie.name> — 2026-07-01T19:36:23Z

    Here's a patch that fixes the tab completion for \df to also consider
    procedures, in effect every kind of routine.
    
    I guess this was just missed in commits fb421231daa and 05e85d35afb.
    
    -- 
    Erik Wienhold
    
  2. Re: psql: Fix \df tab completion for procedures

    Fujii Masao <masao.fujii@gmail.com> — 2026-07-02T01:05:18Z

    On Thu, Jul 2, 2026 at 4:36 AM Erik Wienhold <ewie@ewie.name> wrote:
    >
    > Here's a patch that fixes the tab completion for \df to also consider
    > procedures, in effect every kind of routine.
    >
    > I guess this was just missed in commits fb421231daa and 05e85d35afb.
    
    Thanks for the patch! LGTM.
    
    This looks like an oversight, so the fix seems to need to be backpatched to v14.
    
    Regards,
    
    -- 
    Fujii Masao
    
    
    
    
  3. Re: psql: Fix \df tab completion for procedures

    surya poondla <suryapoondla4@gmail.com> — 2026-07-02T18:09:44Z

    Hi Erik,
    
    Thanks for reporting and fixing the auto-complete option.
    
    The patch looks good.
    
    Regards,
    Surya Poondla
    
  4. Re: psql: Fix \df tab completion for procedures

    Fujii Masao <masao.fujii@gmail.com> — 2026-07-03T04:57:32Z

    On Thu, Jul 2, 2026 at 10:05 AM Fujii Masao <masao.fujii@gmail.com> wrote:
    >
    > On Thu, Jul 2, 2026 at 4:36 AM Erik Wienhold <ewie@ewie.name> wrote:
    > >
    > > Here's a patch that fixes the tab completion for \df to also consider
    > > procedures, in effect every kind of routine.
    > >
    > > I guess this was just missed in commits fb421231daa and 05e85d35afb.
    >
    > Thanks for the patch! LGTM.
    >
    > This looks like an oversight, so the fix seems to need to be backpatched to v14.
    
    I've pushed the patch. Thanks!
    
    Regards,
    
    -- 
    Fujii Masao