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

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jeevan Chalke <jeevan(dot)chalke(at)enterprisedb(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing tab-complete for PASSWORD word in CREATE ROLE syntax
Date: 2015-06-19 15:14:32
Message-ID: CA+TgmoZMo1o8+6sHY+Kx0ouLknZU_WM0-JNDzaygcvbjs9Knag@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 19, 2015 at 5:52 AM, Jeevan Chalke
<jeevan(dot)chalke(at)enterprisedb(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-06-19 15:16:18 Re: The real reason why TAP testing isn't ready for prime time
Previous Message Tom Lane 2015-06-19 15:07:42 Re: The real reason why TAP testing isn't ready for prime time