Open Karmenzind opened 2 years ago
Also experiencing this
same
I'm also experiencing this issue
As a workaround I removed the system package pgcli
and linked the command to the version 3.3.0 installed in a vitualenv. The old version is quite enough for my daily work.
To solve this problem I had to change my connection way...
This format works fine for me:
pgcli postgres://<user>:<password>@<host>:<port>/<db name>
Fixed in https://github.com/dbcli/pgcli/pull/1390.
Description
pgcli 'user=@something password=xxxxx host=x.x.x.x port=32765 dbname=@something'
user and dbname start with@
I use this command to connect the database, then it raised
invalid connection option "dsn"
.This command worked fine several days ago (before updating my system packages), I don't remember which version pgcli was.
Your environment
OS:
CLI:
pip freeze: