From: | Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Improve tab completion for USER MAPPING |
Date: | 2016-06-06 15:03:57 |
Message-ID: | CAD21AoA-1eT4Oi4mkMiPsrA=UOCbUFj1AoHT1avUQHqkyXkFEg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi all,
I found that the tab completion for USER MAPPING doesn't work fine.
For example,
The below is no problem.
postgres=# create user[TAB]
user user mapping for
But this doesn't work fine. (Note that there is a white space between
'user' and [TAB])
postgres=# create user [TAB]
hoge_user masahiko pg_signal_backend
After manual input of the 'mapping', 'for' is added by tab completion.
It means that the tab completion for 'mapping' is not working.
Patch attached.
Please review it.
Regards,
--
Masahiko Sawada
Attachment | Content-Type | Size |
---|---|---|
fix_tab_completion_for_user_mapping.patch | application/octet-stream | 1.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-06-06 15:12:14 | Re: Parallel pg_dump's error reporting doesn't work worth squat |
Previous Message | Robert Haas | 2016-06-06 15:01:10 | Re: Problem with dumping bloom extension |