Add tab completion for ALTER INDEX ALTER COLUMN in psql

Michael Paquier <michael@paquier.xyz>

Commit: 23349b18d92d0dd522da17917bb5231f37a87d88
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-01-28T06:30:14Z
Releases: 12.0
Add tab completion for ALTER INDEX ALTER COLUMN in psql

The completion here consists of attribute numbers, which is specific to
this grammar.

Author: Tatsuro Yamada
Reviewed-by: Peter Eisentraut
Discussion: https://portgr.es/m/b58a78fa-81ce-186f-f0bc-c1aa93c46cbf@lab.ntt.co.jp

Files

PathChange+/−
src/bin/psql/tab-complete.c modified +17 −0