Re: Improved tab completion for FDW DDL

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Improved tab completion for FDW DDL
Date: 2016-01-19 01:36:32
Message-ID: 569D9320.3080203@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
fdw-ddl-tab-completion-v3.patch text/x-diff 2.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2016-01-19 02:08:06 Re: exposing pg_controldata and pg_config as functions
Previous Message Bruce Momjian 2016-01-19 01:31:50 Re: Making plpython 2 and 3 coexist a bit better