Package: pgcli Version: 1.3.1 I wrote a bash completion script for pgcli command. it could be seen at: https://github.com/dbcli/pgcli/pull/892/files. it uses psql to get databases and user names so it depends on it, I don't think it is a problem as psql get installed by default upon installation of Posgresql.
I suggest that the script gets included in the next version of pgcli. to be deployed upon installation in the default bash completion location: /usr/share/bash-completion/completions/pgcli. Thank you. Antoniotrkdz

