Thread: [HACKERS] tab completion for "create user mapping for"

[HACKERS] tab completion for "create user mapping for"

From
Jeff Janes
Date:
If you have "CREATE USE" tab completion will recommend both USER and USER MAPPING FOR. 

But once you have the full "CREATE USER " or "CREATE USER M" it will not complete the rest of the "MAPPING FOR".

Attached patch fixes that.

Cheers,

Jeff
Attachment

Re: [HACKERS] tab completion for "create user mapping for"

From
Tom Lane
Date:
Jeff Janes <jeff.janes@gmail.com> writes:
> If you have "CREATE USE" tab completion will recommend both USER and USER
> MAPPING FOR.

> But once you have the full "CREATE USER " or "CREATE USER M" it will not
> complete the rest of the "MAPPING FOR".

> Attached patch fixes that.

Pushed, thanks.
        regards, tom lane