Re: Remove "FROM" in "DELETE FROM" when using tab-completion - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Remove "FROM" in "DELETE FROM" when using tab-completion
Date
Msg-id YJobylbmbDSHRq2A@paquier.xyz
Whole thread Raw
In response to Re: Remove "FROM" in "DELETE FROM" when using tab-completion  (Dilip Kumar <dilipbalaut@gmail.com>)
Responses RE: Remove "FROM" in "DELETE FROM" when using tab-completion
List pgsql-hackers
On Mon, May 10, 2021 at 07:14:54PM +0530, Dilip Kumar wrote:
> LGTM.

No objections from me to what you are doing here.

    else if (TailMatches("DELETE", "FROM", MatchAny))
            COMPLETE_WITH("USING", "WHERE");
-   /* XXX: implement tab completion for DELETE ... USING */

Why are you removing that?  This sentence is still true, no?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: PG 14 release notes, first draft
Next
From: Bharath Rupireddy
Date:
Subject: Re: Inaccurate error message when set fdw batch_size to 0