pgsql: Add tab completion for ALTER DATABASE RESET - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Add tab completion for ALTER DATABASE RESET
Date
Msg-id E1tk4xq-007eL7-Bd@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Álvaro Herrera
Date:
Subject: pgsql: Translation updates
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix translator notes in comments