Обсуждение: tab completion for extension versions

Поиск
Список
Период
Сортировка

tab completion for extension versions

От
Jeff Janes
Дата:
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
Вложения

Re: tab completion for extension versions

От
Robert Haas
Дата:
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