pgAdmin 4 v6.4 Released

Posted on 2022-01-13 by pgAdmin Development Team
Related Open Source

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.4. This release of pgAdmin 4 includes 13 bug fixes and new features. For more details please see the release notes.

pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see the website.

Notable changes in this release include:

Features:

  • Added support to import/export server groups and servers from GUI.

    This feature allows the users to export server definitions (and their groups) to a JSON file and re-imported them to the same or a different system to enable easy pre-configuration of pgAdmin. Previously this could be done using the 'setup.py' command-line script but after the implementation of this new feature, it can be done using the Import/Export Servers Wizard.

Bugs/Housekeeping:

  • Port Maintenance, and Restore dialog in React.
  • Fixed an issue where Explain Analyze shows negative exclusive time.
  • Fixed an issue where Columns with default value not showing when adding a new row.
  • Fixed an issue where the Owner is not displayed in the reverse engineering SQL for Procedures.
  • Fixed an issue where an operation error message popped up showing the database object's name incorrectly.
  • Fixed an issue where SubPlans may overlap other nodes & make them inaccessible in Graphical EXPLAIN View.
  • Fixed a schema diff issue where the generated script adds unwanted line endings for Functions/Procedures/Trigger Functions.

Builds for Windows and macOS are available now, along with a Python Wheel, Docker Container, RPM, DEB Package, and source code tarball from the tarball area.