Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE
Date
Msg-id 2574192.1675652678@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE  (Andrey Lizenko <lizenko79@gmail.com>)
List 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 by date:

Previous
From: Andrey Lizenko
Date:
Subject: Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE
Next
From: "ldh@laurent-hasson.com"
Date:
Subject: RE: Behavior of pg_catalog dependent on search_path: expected or bug?