Re: Tab completion for CREATE TYPE

Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>

From: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
To: thomas.munro@gmail.com
Cc: pgsql-hackers@postgresql.org
Date: 2019-05-14T06:18:07Z
Lists: pgsql-hackers
Hello.

At Tue, 14 May 2019 17:50:58 +1200, Thomas Munro <thomas.munro@gmail.com> wrote in <CA+hUKGLk=0yLDjfviONJLzcHEzygj=x6VbGH43LnXbBUvQb52g@mail.gmail.com>
> Hi,
> 
> Since I keep forgetting the syntax and options, here is $SUBJECT.

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.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center




Commits

  1. Fix tab completion for UPDATE.

  2. Tab completion for CREATE TYPE.