pgcli v0.14.0 Release Notes

  • ๐Ÿ”‹ Features:

    • โž• Add alias completion support to ON keyword. (Thanks: Irina Truong_)
    • โž• Add LIMIT keyword to completion.
    • Auto-completion for Postgres schemas. (Thanks: Darik Gamble_)
    • ๐Ÿ‘ Better unicode handling for datatypes, dbname and roles.
    • โž• Add \timing command to time the sql commands. This can be set via config file (~/.pgclirc) using timing = True.
    • โž• Add different table styles for displaying output. This can be changed via config file (~/.pgclirc) using table_format = fancy_grid.
    • โž• Add confirmation before printing results that have more than 1000 rows.

    ๐Ÿ› Bug Fixes:

    • ๐ŸŽ Performance improvements to expanded view display (\x).
    • Cast bytea files to text while displaying. (Thanks: Daniel Rocco_)
    • โž• Added a list of reserved words that should be auto-escaped.
    • Auto-completion is now case-insensitive.
    • ๐Ÿ›  Fix the broken completion for multiple sql statements. (Thanks: Darik Gamble_)