Re: [HACKERS] tab completion for extension versions

2015-10-20 Thread Robert Haas
On Sun, Oct 18, 2015 at 6:59 PM, Jeff Janes 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,

[HACKERS] tab completion for extension versions

2015-10-18 Thread 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