Irina Truong
Irina Truong
The latest version of pgcli is 2.1.0. Please try updating it from pip: `pip install -U pgcli`
To be fair, pgcli has its own keybindings as well, but those are for pgcli-specific things (such as function keys): https://github.com/dbcli/pgcli/blob/master/pgcli/key_bindings.py Other keybindings are provided by prompt-toolkit, and there's a...
@jonathanslenders , do you have any advice here?
> our administration system randomly selects an available port for that instance), so I can't easily connect to each instance by setting multiple DSN @laixintao @A-23187 I agree, this sounds...
So you're using SSL with Postgres. What version of openssl do you have installed? Can you post the output of your `pip freeze` command? The closest I could find to...
Most of the pgcli members, unfortunately, don't have much bandwidth, you understand we all work on pgcli in our free time. We still leave feature requests open, in the hopes...
That's right, `pgcli` was not updated or tested with pscopg2==2.8 yet. I understand this is annoying, but as a temporary workaround, you could install pgcli into a venv, and keep...
@Zebradil Sure, you're welcome to submit a PR to upgrade pgcli to `psycopg2>=2.8`. You may want to look at some related issues that talk about binary vs source package: https://github.com/dbcli/pgcli/issues/849...
@gnzsnz , I'm using pgcli with iterm2 on mac, and function keys work without any problems. I think your byobu may be interfering there, since it has its own mapping...
Interesting. Would you like to take a stab at a PR for that?