]> granicus.if.org Git - postgresql/commit
psql: Improve completion of FDW DDL commands
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 23 Jan 2016 11:57:42 +0000 (06:57 -0500)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 23 Jan 2016 11:57:42 +0000 (06:57 -0500)
commit6ae4c8de00c382b10e851e1eaf7f5e19e143b251
tree71fb13ce18ddda0184d18e6dbba651e65c081635
parentdf43fcf4575cf77d85f4c4dcc096661905a6eb33
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>
src/bin/psql/tab-complete.c