Add tab completion for ALTER INDEX ALTER COLUMN in psql
authorMichael Paquier <michael@paquier.xyz>
Mon, 28 Jan 2019 06:30:14 +0000 (15:30 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 28 Jan 2019 06:30:14 +0000 (15:30 +0900)
commit23349b18d92d0dd522da17917bb5231f37a87d88
tree726bed0ad2934466cbb67305bd89562147c1f2e5
parenta23676503b746b7f1588cd2ab0c60411032d32da
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
src/bin/psql/tab-complete.c