Re: PATCH: psql tab completion for SELECT

Поиск
Список
Период
Сортировка
От Edmund Horner
Тема Re: PATCH: psql tab completion for SELECT
Дата
Msg-id CAMyN-kA3m2ApH6Q6TmpYMtnq7t7DsQGdGo4JPAE7BSz6GX80xQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PATCH: psql tab completion for SELECT  (Edmund Horner <ejrh00@gmail.com>)
Ответы Re: PATCH: psql tab completion for SELECT  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Re: PATCH: psql tab completion for SELECT  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On 8 March 2018 at 17:23, Edmund Horner <ejrh00@gmail.com> wrote:
> New patch that fixes a little bug with appending NULL addons to schema queries.

Hi all, I haven't heard anything for a while and so assume you're
beavering away on real features. :)

I've been dogfooding this patch at work, and I am personally pretty
happy with it.

I still think the number of completions on an empty string is a bit
too big, but I don't know what to omit.  There are around 1700
completions on the empty "postgres" database in my testing, and we
show the first 1000 (arbitrarily limited, as the generated SQL has
LIMIT 1000 but no ORDER BY).

Should we just leave it as is?

Whether we improve the filtering or not, I'm optimistic the feature
will be committed in this CF or the next.

I've also been working on adding support for completions after commas,
but I really want to see the current feature finished first.

Cheers,
Edmund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] taking stdbool.h into use
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: JIT compiling with LLVM v12.2