pgcli v3.2.0 Release Notes

  • ๐Ÿš€ Release date: 2021/08/23

    ๐Ÿ”‹ Features:

    • โšก๏ธ Consider update queries destructive and issue a warning. Change destructive_warning setting to all|moderate|off, vs true|false. (#1239)
    • Skip initial comment in .pg_session even if it doesn't start with '#'
    • Include functions from schemas in search_path. (Amjith Ramanujam_)
    • Easy way to show explain output under F5

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix issue where syntax_style config value would not have any effect. (#1212)
    • ๐Ÿ›  Fix crash because of not found InputMode.REPLACE_SINGLE with prompt-toolkit < 3.0.6
    • ๐Ÿ›  Fix comments being lost in config when saving a named query. (#1240)
    • ๐Ÿ›  Fix IPython magic for ipython-sql >= 0.4.0
    • ๐Ÿ›  Fix pager not being used when output format is set to csv. (#1238)
    • Add function literals random, generate_series, generate_subscripts
    • ๐Ÿ›  Fix ANSI escape codes in first line make the cli choose expanded output incorrectly
    • ๐Ÿ›  Fix pgcli crashing with virtual pgbouncer database. (#1093)