A small release that gets pgcli closer to being a drop in replacement for psql.
$ pip install -U pgcli
Check detailed instructions if you're having difficulty.
Features:
- Add -d/--dbname option to the commandline. eg: pgcli -d database
- Add the username as an argument after the database. eg: pgcli dbname user
Bug Fixes:
- Fix the crash when \c fails.
- Fix the error thrown by \d when triggers are present.
- Fix broken behavior on \?. (Thanks: darikg)