Re: tab completion for extension versions - Mailing list pgsql-hackers

From Robert Haas
Subject Re: tab completion for extension versions
Date
Msg-id CA+TgmobFc_MHQfrku5rTK7FHZxBryXgJfFONPFD20SXhsWP0rw@mail.gmail.com
Whole thread Raw
In response to tab completion for extension versions  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Albe Laurenz
Date:
Subject: Documentation for min_wal_size and max_wal_size
Next
From: Robert Haas
Date:
Subject: Re: Minor comment fix