Thread: Missing tab-complete for PASSWORD word in CREATE ROLE syntax

Missing tab-complete for PASSWORD word in CREATE ROLE syntax

From
Jeevan Chalke
Date:
Hi,

I have observed that we are not tab-completing word PASSWORD in the following
syntaxes:

1.
CREATE|ALTER ROLE|USER rolname

2.
CREATE|ALTER ROLE|USER rolname WITH

PASSWORD is used many times and should be in the tab-complete list.

Was there any reason we have deliberately kept this out?
If yes, please ignore my patch.
Attached patch to add those missing tab-completes.

Thanks

--
Jeevan B Chalke
Principal Software Engineer, Product Development
EnterpriseDB Corporation
The Enterprise PostgreSQL Company

Attachment

Re: Missing tab-complete for PASSWORD word in CREATE ROLE syntax

From
Robert Haas
Date:
On Fri, Jun 19, 2015 at 5:52 AM, Jeevan Chalke
<jeevan.chalke@enterprisedb.com> wrote:
> I have observed that we are not tab-completing word PASSWORD in the
> following
> syntaxes:
>
> 1.
> CREATE|ALTER ROLE|USER rolname
>
> 2.
> CREATE|ALTER ROLE|USER rolname WITH
>
> PASSWORD is used many times and should be in the tab-complete list.
>
> Was there any reason we have deliberately kept this out?
> If yes, please ignore my patch.
> Attached patch to add those missing tab-completes.

Thanks, committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company