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

2021-10-13 Thread katouknl
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 g

[PATCH] Added TRANSFORM FOR for COMMENT tab completion

2021-09-29 Thread katouknl
Hi, I created a patch for COMMENT tab completion. It was missing TRANSFORM FOR where it's supposed to be. Best wishes, Ken Katodiff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 5cd5838668..d18b26a4a5 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-compl

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

2021-10-07 Thread katouknl
Hi, Thank you for the review. I wasn't quite sure where to start counting the characters, but I used pgindent to properly format it, so hopefully everything is okay. Also, I sorted them in alphabetical order just to make it look prettier. * The below change crosses the 80-character li