On Thu, Oct 6, 2016 at 9:17 PM, Дмитрий Воронин
wrote:
> I find, that autocomplete does not works good when I type in psql some USER
> commands:
>
> CREATE USER ...
> ALTER USER ...
>
> psql's autocomplete returns database users and "pg_signal_backend" function,
> I suppose, that is not correc
Hello,
I find, that autocomplete does not works good when I type in psql some USER
commands:
CREATE USER ...
ALTER USER ...
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 prob