Re: psql: Fix \df tab completion for procedures

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Erik Wienhold <ewie(at)ewie(dot)name>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: psql: Fix \df tab completion for procedures
Date: 2026-07-03 04:57:32
Message-ID: CAHGQGwHeLdast9Gz_tro5YVu67S7BirDB6+_Z-16nSkQOM8YZQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 2, 2026 at 10:05 AM Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
>
> On Thu, Jul 2, 2026 at 4:36 AM Erik Wienhold <ewie(at)ewie(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shinya Kato 2026-07-03 05:06:55 Re: Add a statistics view to track usage of deprecated features
Previous Message Dilip Kumar 2026-07-03 04:50:32 Re: Re-read subscription state after lock in AlterSubscription