pgcli
is not even listed on 18.04
@fernandocanizo try 1)pip install --upgrade requests
2)pip install psycopg2-binary
3) pip install pgcli --no-binary :all: psycopg2
As a note the link to the google group https://groups.google.com/forum/#!forum/pgcli says "This group either doesn't exist, or you don't have permission to access it. If you're sure this group exists, contact the Owner of the group and ask them to give you access." cheers!
Echoing this; that group is either invite-only or dead
Hi everyone !
I have a little problem with pgcli
, currently when I log with psql
on PostgreSQL, he ask my password, logic, but when I do the same thing with pgcli
, he logs me directly without any password, but, it's a problem because it's the same with "postgres" role.
So anyone who go on my pc if i'm away can do some shit >.<
Thank you in advance for your help !