Re: tab completion for extension versions

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: tab completion for extension versions
Date: 2015-10-20 14:28:28
Message-ID: CA+TgmobFc_MHQfrku5rTK7FHZxBryXgJfFONPFD20SXhsWP0rw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Oct 18, 2015 at 6:59 PM, Jeff Janes <jeff(dot)janes(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-10-20 14:29:52 Re: Minor comment fix
Previous Message Robert Haas 2015-10-20 14:28:15 pgsql: Tab complete CREATE EXTENSION .. VERSION.