Re: Improve tab completion for various SET/RESET forms

From: Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Improve tab completion for various SET/RESET forms
Date: 2025-06-09 20:33:46
Message-ID: 878qm0wt79.fsf@wibble.ilmari.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dagfinn Ilmari Mannsåker <ilmari(at)ilmari(dot)org> writes:

> Hi hackers,
>
> I noticed that psql tab-completes every possible session-settable
> variable after RESET, not just the ones that have actually been set in
> the current session. However, as I was fixing that I noticed several
> other deficiencies around other forms of SET/RESET. So, here's the
> resulting yak stack.

Added to the next commitfest:
https://commitfest.postgresql.org/patch/5810/

- ilmari

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2025-06-09 21:05:03 Re: Cleaning up historical portability baggage
Previous Message Dagfinn Ilmari Mannsåker 2025-06-09 20:27:07 Improve tab completion for various SET/RESET forms