Re: 15beta1 tab completion of extension versions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 15beta1 tab completion of extension versions
Дата
Msg-id 1803867.1655596168@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 15beta1 tab completion of extension versions  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: 15beta1 tab completion of extension versions  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Jeff Janes <jeff.janes@gmail.com> writes:
> Extension version strings need to be quoted.  Either double or single
> quotes will work.  In released psql clients, tab completion offers double
> quoted suggestions:
> But commit 02b8048ba5 broke that, it now offers unquoted version strings
> which if used as offered then lead to syntax errors.

Ooops.

> The code change seems to have been intentional, but I don't think the
> behavior change was intended.

Given the comments about it, I'm sure I tested the behavior somewhere
along the line --- but I must not have done so with the final logic
of _complete_from_query.

> Putting pg_catalog.quote_ident back
> into Query_for_list_of_available_extension_versions* fixes it, but might
> not be the best way to fix it.

Yeah, that seems like the appropriate fix.  Done, thanks for the report!

            regards, tom lane



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

Предыдущее
От: Jeff Janes
Дата:
Сообщение: 15beta1 tab completion of extension versions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 15beta1 tab completion of extension versions