Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE
Дата
Msg-id 2574192.1675652678@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE  (Andrey Lizenko <lizenko79@gmail.com>)
Список pgsql-bugs
Andrey Lizenko <lizenko79@gmail.com> writes:
>> postgres=# create database atestdb owner to
>> <Pressing TAB here, nothing happens, roles list expected>

AFAICS in tab-complete.c, there's no attempt to cover this case,
so this isn't a bug but an unimplemented feature.  Send a patch
if it bothers you enough.

(BTW, "TO" is not part of this syntax according to the docs.)

            regards, tom lane



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

Предыдущее
От: Andrey Lizenko
Дата:
Сообщение: Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE
Следующее
От: "ldh@laurent-hasson.com"
Дата:
Сообщение: RE: Behavior of pg_catalog dependent on search_path: expected or bug?