Re: PATCH: psql tab completion for SELECT

From: Edmund Horner <ejrh00(at)gmail(dot)com>
To: Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: PATCH: psql tab completion for SELECT
Date: 2018-03-05 10:33:28
Message-ID: CAMyN-kBdOJAoFN4f70WY5o_eMeCqnPWVqh9dnS8mFVBaa6z-1A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 5 March 2018 at 21:46, Vik Fearing <vik(dot)fearing(at)2ndquadrant(dot)com> wrote:
> Tab completion on functions in SELECT (a subset of this thread's patch)
> is quite important to me personally. I will work on this in the coming
> days.

It's something I've missed numerous times in the last few months at
work. I guess I should really be running a psql with my own
preliminary patches applied; but I'm only a novice pgsql-hacker, and
easily default to using the official one.

If you are going to work on a patch just for functions, you should
probably make it a SchemaQuery. I did not find a way to support
schema-qualified functions in a query that also returned column names.

Cheers,
Edmund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2018-03-05 10:56:21 Re: Better Upgrades
Previous Message Edmund Horner 2018-03-05 10:21:28 Re: PATCH: psql tab completion for SELECT