Thread: pgsql: psql: Improve completion of FDW DDL commands

pgsql: psql: Improve completion of FDW DDL commands

From
Peter Eisentraut
Date:
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 <andreas@proxel.se>

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(-)