From: | Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add tab completion for ALTER DATABASE RESET |
Date: | 2025-02-17 17:31:26 |
Message-ID: | E1tk4xq-007eL7-Bd@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add tab completion for ALTER DATABASE RESET
Currently tab completion for ALTER DATABASE RESET shows a list of all
configuration parameters that may be set on a database, irrespectively
of which parameters are actually set. This patch improves tab completion
to offer only parameters that are set.
Author: Robins Tharakan
Reviewed-By: Tomas Vondra
Discussion: https://postgr.es/m/CAEP4nAzqiT6VbVC5r3nq5byLTnPzjniVGzEMpYcnAHQyNzEuaw%40mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9df8727c5067916580f82da8b249136391de8544
Modified Files
--------------
src/bin/psql/tab-complete.in.c | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Gustafsson | 2025-02-17 19:34:09 | pgsql: Fix translator notes in comments |
Previous Message | Álvaro Herrera | 2025-02-17 16:54:29 | pgsql: Translation updates |