pgsql: psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE
Date: 2024-12-16 16:33:52
Message-ID: E1tNE2a-0031wu-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Tab completion for ALTER TYPE ... ADD ATTRIBUTE

Improve psql tab completion for ALTER TYPE ... ADD ATTRIBUTE to offer a
list of existing data types (until now no options were offered).

Author: Kirill Reshke
Reviewed-By: Karina Litskevich
Discussion: https://postgr.es/m/CALdSSPhVELkvutquqrDB=Ujfq_Pjz=6jn-kzh+291KPNViLTfw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-12-16 17:37:11 pgsql: Refactor string case conversion into provider-specific files.
Previous Message Heikki Linnakangas 2024-12-16 14:00:35 pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set