Re: [PATCH] Added TRANSFORM FOR for COMMENT tab completion

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
Cc: Ken Kato <katouknl@oss.nttdata.com>, Suraj Khamkar <khamkarsuraj.b@gmail.com>, pgsql-hackers@postgresql.org
Date: 2021-10-27T07:59:15Z
Lists: pgsql-hackers
On Wed, Oct 27, 2021 at 03:54:03PM +0900, Shinya Kato wrote:
> In my opinion, it is written in the documentation, so tab-completion of
> "PROCEDURAL"is good.

It does not mean that we need to add everything either, especially
here as there is a shorter option.

> How about a completion with "LANGUAGE" and "PROCEDURAL LANGUAGE", like
> "PASSWORD" and "ENCRYPTED PASSWORD" in CREATE ROLE?

This has been around for some time already, so I'd just leave those
parts be.
--
Michael

Commits

  1. Improve psql tab completion for COMMENT