Re: Tab completion for CREATE TYPE

Thomas Munro <thomas.munro@gmail.com>

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

Attachments

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.

-- 
Thomas Munro
https://enterprisedb.com

Commits

  1. Fix tab completion for UPDATE.

  2. Tab completion for CREATE TYPE.