Re: [Patch]Add tab completion for DELETE ... USING - Mailing list pgsql-hackers

From Soumya S Murali
Subject Re: [Patch]Add tab completion for DELETE ... USING
Date
Msg-id CAMtXxw96Q-K9Ltwk7uXcfspQJt2Rb+5-R-gDcjEWLHujoBtU3Q@mail.gmail.com
Whole thread Raw
In response to Re: [Patch]Add tab completion for DELETE ... USING  (Tatsuya Kawata <kawatatatsuya0913@gmail.com>)
Responses Re: [Patch]Add tab completion for DELETE ... USING
List pgsql-hackers
Hi all,

Thank you for the updated patch.

On Mon, Feb 16, 2026 at 10:06 AM Tatsuya Kawata
<kawatatatsuya0913@gmail.com> wrote:
>
> Hi Kirill-san,
>
> Thank you for your review and for updating the CF entry status!
>

I have gone through the discussions and found this as a relevant
patch. I manually tested the patch for Table completion, Keyword
completion after table, Alias case and Partial prefix completion and
the patch is working completely fine. And also make check passed
without regressions.
According to the patch, the implementation looks clean and consistent
with existing psql token-based completion patterns and LGTM.


Regards,
Soumya



pgsql-hackers by date:

Previous
From: lakshmi
Date:
Subject: Re: Add a greedy join search algorithm to handle large join problems
Next
From: "Hayato Kuroda (Fujitsu)"
Date:
Subject: RE: Improve docs syntax checking and enable it in the meson build