Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version using:
$ pip install -U pgcli
A very small release this time, but coming next is pgcli migration to Python Prompt Toolkit 2.0.
Features:
- Respect \pset pager on and use pager when output is longer than terminal height (Thanks: Max Rothman)