Tweaking tab completion for some backslash commands
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2017-06-01T04:48:54Z
Lists: pgsql-hackers
Attachments
- tweak_tab_completion_for_backslash_command.patch (application/octet-stream) patch
Hi, While using psql, I found that tab completion for subscription and publication baskslash commands are not supported. After investigated other backslash command that is not supported, I found \if, \elif, \else, \endif and \?. Attached patch tweaks tab completion for some backslash commands. Regards, -- Masahiko Sawada NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
Commits
-
Add some missing backslash commands to psql's tab-completion knowledge.
- f1175556a17a 10.0 landed