Re: Improved tab completion for FDW DDL - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: Improved tab completion for FDW DDL
Date
Msg-id 569D9320.3080203@proxel.se
Whole thread Raw
In response to Re: Improved tab completion for FDW DDL  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Improved tab completion for FDW DDL
List pgsql-hackers
On 01/11/2016 02:39 AM, Peter Eisentraut wrote:
> The second part is not necessary, because there is already code that
> completes FDW names after "FOREIGN DATA WRAPPER".  So this already works.

Good spot, thanks. I have no idea why I did not think it worked. Maybe
it just did not work in 9.2 and I failed when trying to reproduce it on
master.

> - Also complete RENAME TO in ALTER FOREIGN DATA WRAPPER.

Done.

> - Also complete OPTIONS in FOREIGN DATA WRAPPER and SERVER commands.

Done.

Andreas

Attachment

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Making plpython 2 and 3 coexist a bit better
Next
From: Joe Conway
Date:
Subject: Re: exposing pg_controldata and pg_config as functions