Re: Improved tab completion for FDW DDL

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Andreas Karlsson <andreas(at)proxel(dot)se>, 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-23 12:03:30
Message-ID: 56A36C12.4000506@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/18/16 8:36 PM, Andreas Karlsson wrote:
> 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.

committed

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2016-01-23 12:07:01 Re: PoC: Partial sort
Previous Message Julien Rouhaud 2016-01-23 11:56:57 Re: Removing Functionally Dependent GROUP BY Columns