From: | Andreas Karlsson <andreas(at)proxel(dot)se> |
---|---|
To: | David Fetter <david(at)fetter(dot)org> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Improved tab completion for FDW DDL |
Date: | 2016-01-07 13:37:02 |
Message-ID: | 568E69FE.6080700@proxel.se |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 01/04/2016 01:09 AM, David Fetter wrote:
> On Wed, Dec 30, 2015 at 01:21:06PM +0100, Andreas Karlsson wrote:
>> Another completion which is currently missing but I am not sure if we should
>> add or not is completing "ALTER|CREATE|DROP USER" with "MAPPING FOR", but
>> since it might interfere with completing to username for "ALTER|DROP USER" I
>> am not sure we want it. What do you think?
>
> Is there a way to require some reasonable chunk--say, one that's
> disambiguated from the name any known ROLE with LOGIN--of MAPPING
> before completing with MAPPING FOR? I confess to not knowing how the
> new system works in enough detail to know that off the top of my head.
No, and while it would not be too hard to build it would not be worth
doing just for this use case.
Andreas
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2016-01-07 13:53:24 | Re: checkpointer continuous flushing |
Previous Message | Greg Stark | 2016-01-07 13:26:05 | Re: Proposal: BSD Authentication support |