pgsql: psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT
Date
Msg-id E1tNE2a-0031ww-5b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
psql: Tab completion for ALTER TYPE ... CASCADE/RESTRICT

Updates table completion for ALTER TYPE to offer CASCADE/RESTRICT for a
number of actions on attributes:

    ALTER TYPE ... ADD/DROP/RENAME ATTRIBUTE ... [CASCADE|RESTRICT]
    ALTER TYPE ... TYPE ... [CASCADE|RESTRICT]

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/8f11ef80c5458f0d12eefa1c6fbba81af8bb3042

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Make 009_twophase.pl test pass with recovery_min_apply_delay set
Next
From: Jeff Davis
Date:
Subject: pgsql: Refactor string case conversion into provider-specific files.