pgsql: Improve tab completion of ALTER TYPE in psql

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve tab completion of ALTER TYPE in psql
Date: 2022-08-15 05:09:42
Message-ID: E1oNSM9-000qAf-EJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve tab completion of ALTER TYPE in psql

This commit adds support for more tab completion in this command as of
"ALTER TYPE .. SET". The completion of "RENAME VALUE" was separated
from the rest of the completions done for this command, so group
everything together.

Author: Vignesh C
Discussion: https://postgr.es/m/CALDaNm1u83jtD2wysdw9XwokEacSXEyUpELajEvOMgJTc3pQ7g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f6c750d31d97a66a90e3389ae6832bf99cd15f30

Modified Files
--------------
src/bin/psql/tab-complete.c | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-08-15 10:54:46 pgsql: Remove redundant spaces in _outA_Expr() output
Previous Message Michael Paquier 2022-08-15 04:40:41 pgsql: Fix outdated --help message for postgres -f