Re: [PATCH] Added TRANSFORM FOR for COMMENT tab completion
Ken Kato <katouknl@oss.nttdata.com>
From: katouknl <katouknl@oss.nttdata.com>
To: Shinya Kato <Shinya11.Kato@oss.nttdata.com>
Cc: Suraj Khamkar <khamkarsuraj.b@gmail.com>, pgsql-hackers@postgresql.org
Date: 2021-10-14T05:30:19Z
Lists: pgsql-hackers
Attachments
- comment_tab_complete.patch (text/x-diff) patch
> It is very good, but it seems to me that there are some tab-completion > missing in COMMENT command. > For example, > - CONSTRAINT ... ON DOMAIN > - OPERATOR CLASS > - OPERATOR FAMILY > - POLICY ... ON > - [PROCEDURAL] > - RULE ... ON > - TRIGGER ... ON > > I think these tab-comletion also can be improved and it's a good > timing for that. Thank you for the comments! I fixed where you pointed out. Best wishes, Ken Kato
Commits
-
Improve psql tab completion for COMMENT
- a5b336b8b9e0 15.0 landed