pgcli v0.15.0 Release Notes

  • ๐Ÿ”‹ Features:

    • โž• Add syntax color styles to config.
    • โž• Add auto-completion for COPY statements.
    • ๐Ÿ”„ Change Postgres adapter to psycopg2cffi, to make it PyPy compatible. Now pgcli can be run by PyPy.

    ๐Ÿ› Bug Fixes:

    • Treat boolean values as strings instead of ints.
    • ๐Ÿ‘‰ Make \di, \dv and \dt to be schema aware. (Thanks: Darik Gamble_)
    • ๐Ÿ‘‰ Make column name display unicode compatible.