Other articles


  1. Release v2.0.2

    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
    

    After the update of pgcli to use prompt-toolkit 2.0, there were quite a few complaints about performance, in particular, slow autocompletions. This release attempts …

    read more
  2. Release v1.10.0

    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
    

    This release adds new special commands \ev and \ef, more table formats, and a --user alias for --username option, to be compatible with psql. Pgcli …

    read more
  3. Release v0.20.0

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This version adds support for \\h command and \x auto command. Two very important commands that bring us …

    read more
  4. Release v0.19.2

    Features:

    • Autocompletion for database name in c and connect. (Thanks: Darik Gamble).
    • Improved multiline query support by correctly handling open quotes. (Thanks: Darik Gamble).
    • Added pager command.
    • Enhanced i to run multiple queries and display the results for each of them
    • Added keywords to suggestions after WHERE clause.
    • Enabled autocompletion …
    read more
  5. Release v0.19.0

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This release comes with metadata information in the completion menus. Now you can see whether a completion suggestion …

    read more
  6. Release v0.18.0

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This release comes with the ability to save favorite queries, fuzzy matching in auto-completion, new special commands (\#), fix …

    read more
  7. Release v0.17.0

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This release comes with the latest version of prompt_tookit, improved auto-completion support, better matching algorithm in auto-completion, new …

    read more
  8. Release v0.16.3

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This is a minor bug-fix release that fixes the syntax-highlighting of various Postgres specific keywords and adds the …

    read more
  9. Release v0.16.2

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This is a bug-fix release that improves auto-completion and formatting of large numbers in the output.

    Bug Fixes …

    read more
  10. Release v0.16.1

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This is a minor bug-fix release that fixes unicode issues with hstore.

    Bug Fixes:

    • Fix unicode issues with …
    read more
  11. Release v0.16.0

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This release adds Vi-keybindings, improvements to special commands (new additions ds and df) and fix a lot of …

    read more
  12. Release v0.15.X

    Pgcli is a command line interface for Postgres database that does auto-completion and syntax highlighting. You can install this version by:

    $ pip install -U pgcli
    

    Check detailed instructions if you're having difficulty.

    This version adds more color schemes to the syntax highlighting. An attempt to add support for PyPy by …

    read more