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

Поиск
Список
Период
Сортировка
От C,C H
Тема Add a tab-completion for "SELECT INTO" or "SELECT FROM"in psql
Дата
Msg-id CADPkC6Ly04fJCWNegcA=fap-qUrt0CTAZZY_z32Qqi6ToVqFJw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Add a tab-completion for "SELECT INTO" or "SELECT FROM" in psql  (Edmund Horner <ejrh00@gmail.com>)
Список pgsql-hackers
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,
--------------------------------------------------------------
postgres=# SELECT *  <Tab Key><Tab  Key>
FROM  INTO  
postgres=# SELECT *  
--------------------------------------------------------------


This is my first patch contribution trial here, please correct me if there is something wrong.

Thanks.

CCHsu
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: Remove mention in docs that foreign keys on partitioned tablesare not supported
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Remove mention in docs that foreign keys on partitioned tablesare not supported