Re: Add a tab-completion for "SELECT INTO" or "SELECT FROM" in psql

2018-07-02 Thread Edmund Horner
On 2 July 2018 at 17:57, C,C H wrote: > I use tab-completion in psql quite often and I find that I can't complete > "FROM" for SELECT query. > > So I try to create a patch for it. > > I download the source code from GitHub master branch and modify the file to > create the patch. > > I compile the

Add a tab-completion for "SELECT INTO" or "SELECT FROM" in psql

2018-07-02 Thread C,C H
Hi, I use tab-completion in psql quite often and I find that I can't complete "FROM" for SELECT query. So I try to create a patch for it. I download the source code from GitHub master branch and modify the file to create the patch. I compile the code and my code change works like follows, -