RE: Remove "FROM" in "DELETE FROM" when using tab-completion
tanghy.fnst@fujitsu.com <tanghy.fnst@fujitsu.com>
From: "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Julien Rouhaud <rjuju123@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-05-11T10:48:16Z
Lists: pgsql-hackers
On Tuesday, May 11, 2021 6:55 PM, Dilip Kumar <dilipbalaut@gmail.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
Commits
-
Make saner the tab completion of INSERT and DELETE in psql
- 1906cc07d90a 14.0 landed
-
psql tab completion improvements, from Greg Sabino Mullane:
- 4c1f9a0f0bb4 8.1.0 cited