pgcli v0.13.0 Release Notes

  • ๐Ÿ”‹ 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: Darik Gamble_)