Re: Missing tab-complete for PASSWORD word in CREATE ROLE syntax - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Missing tab-complete for PASSWORD word in CREATE ROLE syntax
Date
Msg-id CA+TgmoZMo1o8+6sHY+Kx0ouLknZU_WM0-JNDzaygcvbjs9Knag@mail.gmail.com
Whole thread Raw
In response to Missing tab-complete for PASSWORD word in CREATE ROLE syntax  (Jeevan Chalke <jeevan.chalke@enterprisedb.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: The real reason why TAP testing isn't ready for prime time
Next
From: Robert Haas
Date:
Subject: Re: The real reason why TAP testing isn't ready for prime time