RE: Remove "FROM" in "DELETE FROM" when using tab-completion

From: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>
To: Dilip Kumar <dilipbalaut(at)gmail(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Julien Rouhaud <rjuju123(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: RE: Remove "FROM" in "DELETE FROM" when using tab-completion
Date: 2021-05-11 10:48:16
Message-ID: OS0PR01MB61133359B4F5F59853AF52BAFB539@OS0PR01MB6113.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tuesday, May 11, 2021 6:55 PM, Dilip Kumar <dilipbalaut(at)gmail(dot)com> wrote:
>Basically, it just complete with USING, now after USING tab-completion
>support is not yet there, e.g. DELETE FROM t1 USING t1 WHERE cond.
>but the current code will not suggest anything after USING.

Thanks for your kindly explanation. That's really nice of you.
Understand now.

Regards,
Tang

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Julien Rouhaud 2021-05-11 10:52:49 Re: compute_query_id and pg_stat_statements
Previous Message Dilip Kumar 2021-05-11 10:42:53 Re: [Patch] ALTER SYSTEM READ ONLY