Re: Would it be possible to add functions to tab-completion in psql? - Mailing list pgsql-general

From Tom Lane
Subject Re: Would it be possible to add functions to tab-completion in psql?
Date
Msg-id 1122768.1660659055@sss.pgh.pa.us
Whole thread Raw
In response to Re: Would it be possible to add functions to tab-completion in psql?  (hubert depesz lubaczewski <depesz@depesz.com>)
Responses Re: Would it be possible to add functions to tab-completion in psql?
List pgsql-general
hubert depesz lubaczewski <depesz@depesz.com> writes:
> I know we can tab-complete relations. But we can't functions.

There is nothing principled about assuming that the first word
after SELECT is a function name.  It'd be even less principled to
provide tab completion only for function names beginning with
"pg_".  So this idea seems like a wart rather than something
anybody would think is a nice improvement.

            regards, tom lane



pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: Would it be possible to add functions to tab-completion in psql?
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: Would it be possible to add functions to tab-completion in psql?