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-02 01:05:18
Message-ID: CAHGQGwEWhwsBw-TJYO4TG7gtLj45Mi5cNZXVw0NEQdQUbHwUTg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tender Wang 2026-07-02 01:22:30 Re: satisfies_hash_partition crash
Previous Message surya poondla 2026-07-02 00:55:08 Re: [DESIGN] Soft DROP TABLE, recoverable drops for PostgreSQL