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

From: Andrey Lizenko <lizenko79(at)gmail(dot)com>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE
Date: 2023-02-06 02:41:55
Message-ID: CADKuZZBiwb0wCRvWvqYf2a29gCBfFSxoFXJiTxNqw-=X5ym8=Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

W\o TO in command for sure, sorry for this

postgres=# create database atestdb owner

<TAB>

> postgres=# create database atestdb owner

On Mon, 6 Feb 2023 at 02:52, PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:

> The following bug has been logged on the website:
>
> Bug reference: 17772
> Logged by: Andrey Lizenko
> Email address: lizenko79(at)gmail(dot)com
> PostgreSQL version: 15.1
> Operating system: Ubuntu 20.04.5 LTS
> Description:
>
> Hi, here is a very minor issue with a native psql client:
>
> postgres=# create role atest login;
> CREATE ROLE
>
> postgres=# create role btest login;
> CREATE ROLE
>
> postgres=# create database atestdb owner to
> <Pressing TAB here, nothing happens, roles list expected>
>
> postgres=# create database atestdb owner atest;
> CREATE DATABASE
> <however, it works>
>
> postgres=# reassign owned by atest to btest ;
> REASSIGN OWNED
> <it works also in terms of autocomplete>
>
> postgres(at)xxx:~$ psql
> psql (15.1 (Ubuntu 15.1-1.pgdg20.04+1))
> Type "help" for help.
>
> postgres=# show server_version;
> server_version
> ----------------------------------
> 15.1 (Ubuntu 15.1-1.pgdg20.04+1)
> (1 row)
>
>

--
Regards, Andrei Lizenko

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2023-02-06 03:04:38 Re: BUG #17772: small glitch with autocompletion on CREATE DATABASE
Previous Message PG Bug reporting form 2023-02-06 01:51:30 BUG #17772: small glitch with autocompletion on CREATE DATABASE