Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql
authorMichael Paquier <[email protected]>
Tue, 31 Aug 2021 03:07:20 +0000 (12:07 +0900)
committerMichael Paquier <[email protected]>
Tue, 31 Aug 2021 03:07:47 +0000 (12:07 +0900)
commitf2bbadce6b5052337a11a33ea6bd8d8aebe2610a
tree1e0698f6738db719c719d7681a60c02cb2a983f0
parent99709c9b908eba99ecd787c4dc757f71edd98d87
Add tab completion for data types after ALTER TABLE ADD [COLUMN] in psql

This allows finding data types that can be used for the creation of a
new column, completing d3fa876.

Author: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/[email protected]
src/bin/psql/tab-complete.c