Re: Tab completion for CREATE TYPE

Edgy Hacker <edgy.hacker@gmail.com>

From: Edgy Hacker <edgy.hacker@gmail.com>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: horiguchi.kyotaro@lab.ntt.co.jp, pgsql-hackers@postgresql.org
Date: 2019-05-14T08:31:17Z
Lists: pgsql-hackers
On Tue, May 14, 2019 at 06:58:14PM +1200, Thomas Munro wrote:
> On Tue, May 14, 2019 at 6:18 PM Kyotaro HORIGUCHI
> <horiguchi.kyotaro@lab.ntt.co.jp> wrote:
> > I played with this a bit and found that "... (attr=[tab]" (no
> > space between "r" and "=") complets with '='. Isn't it annoying?
> >
> > Only "UPDATE hoge SET a=[tab]" behaves the same way among
> > existing completions.
> 
> Hmm.  True.  Here's one way to fix that.

Hmm... just got here.

What happens around here?

> 
> -- 
> Thomas Munro
> https://enterprisedb.com






Commits

  1. Fix tab completion for UPDATE.

  2. Tab completion for CREATE TYPE.