Hi,
At Tue, 7 Jun 2016 00:03:57 +0900, Masahiko Sawada
wrote in
> 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
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]
ho