From: | Jeff Janes <jeff(dot)janes(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | tab completion for extension versions |
Date: | 2015-10-18 22:59:01 |
Message-ID: | CAMkU=1x6C9TR1h6KmMdYhmWPnbLZ-Oq7FxVtnCo1o5w8OTAHvQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 | Content-Type | Size |
---|---|---|
create_extension_version_tabcomplete_v1.patch | application/octet-stream | 1.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2015-10-18 23:13:54 | Why no CONSTANT for row variables in plpgsql? |
Previous Message | Andres Freund | 2015-10-18 22:36:52 | Re: checkpointer continuous flushing |