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
74527c3e02 Add tab-completion for CREATE FOREIGN TABLE.
src/bin/psql/tab-complete.c | 4 ++++
1 file changed, 4 insertions(+)
Upstream: git.postgresql.org