pgsql: Add tab completion for data types after ALTER TABLE ADD [COLUMN]

Started by Michael Paquieralmost 5 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/87h7f7uk6s.fsf@wibble.ilmari.org

Branch
------
master

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

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