pgsql: psql: Improve completion of FDW DDL commands - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Improve completion of FDW DDL commands
Date
Msg-id E1aMwtc-0004lo-F7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: pg_dump: Fix quoting of domain constraint names
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust degree-based trig functions for more portability.