Add tab-completion for CREATE FOREIGN TABLE. Unlike CREATE TABLE, CREATE FOREIGN TABLE is not allowed inside CREATE SCHEMA, so Matches() is used instead of TailMatches() for the tab-completion.
Author: Tang <[email protected]> Reviewed-by: Fujii Masao Discussion: https://postgr.es/m/os0pr01mb61137e96e0551278782d11cdfb...@os0pr01mb6113.jpnprd01.prod.outlook.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/74527c3e022d3ace648340b79a6ddec3419f6732 Modified Files -------------- src/bin/psql/tab-complete.c | 4 ++++ 1 file changed, 4 insertions(+)
