psql: Improve completion of FDW DDL commands Add - ALTER FOREIGN DATA WRAPPER -> RENAME TO - ALTER SERVER -> RENAME TO - ALTER SERVER ... VERSION ... -> OPTIONS - CREATE FOREIGN DATA WRAPPER -> OPTIONS - CREATE SERVER -> OPTIONS - CREATE|ALTER USER MAPPING -> OPTIONS
From: Andreas Karlsson <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/6ae4c8de00c382b10e851e1eaf7f5e19e143b251 Modified Files -------------- src/bin/psql/tab-complete.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
