Thread: tab completion for extension versions

tab completion for extension versions

From
Jeff Janes
Date:
This patch adds "VERSION" to the list of words completed after "create extension foo", and adds the list of available versions of foo after "create extension foo version".

There is no point in filtering out the already installed version, as the entire statement is doomed already if any version of the extension is already installed.

Cheers,

Jeff
Attachment

Re: tab completion for extension versions

From
Robert Haas
Date:
On Sun, Oct 18, 2015 at 6:59 PM, Jeff Janes <jeff.janes@gmail.com> wrote:
> This patch adds "VERSION" to the list of words completed after "create
> extension foo", and adds the list of available versions of foo after "create
> extension foo version".
>
> There is no point in filtering out the already installed version, as the
> entire statement is doomed already if any version of the extension is
> already installed.

Makes sense to me.  Committed.

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