psql autocomplete works not good in USER command in 9.6 - Mailing list pgsql-hackers

From Дмитрий Воронин
Subject psql autocomplete works not good in USER command in 9.6
Date
Msg-id 45591475756233@web13j.yandex.ru
Whole thread Raw
Responses Re: psql autocomplete works not good in USER command in 9.6
List pgsql-hackers
Hello, 

I find, that autocomplete does not works good when I type in psql some USER commands:

CREATE USER <tab> ...
ALTER USER <tab> ...

psql's autocomplete returns database users and "pg_signal_backend" function, I suppose, that is not correct.

I try to undestand reasons and make a patch if those problem has not been solved  yet.


-- 
Best regards, Dmitry Voronin



pgsql-hackers by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: autonomous transactions
Next
From: Vitaly Burovoy
Date:
Subject: Re: Fast AT ADD COLUMN with DEFAULTs