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
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,
-