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

From Jeevan Chalke
Subject Missing tab-complete for PASSWORD word in CREATE ROLE syntax
Date
Msg-id CAM2+6=XK15yJkOwrDbiFfVrW8bsLvCsY-mr2esY8HmdnAQ=KEQ@mail.gmail.com
Whole thread Raw
Responses Re: Missing tab-complete for PASSWORD word in CREATE ROLE syntax
List pgsql-hackers
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

pgsql-hackers by date:

Previous
From: Taiki Kondo
Date:
Subject: Re: [Proposal] Progress bar for pg_dump/pg_restore
Next
From: Michael Paquier
Date:
Subject: Re: The real reason why TAP testing isn't ready for prime time