The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.2.
This release of pgAdmin 4 includes 20 bug fixes and new features. For more
details please see the release notes at:
https://www.pgadmin.org/docs/pgadmin4/8.2/release_notes_8_2.html
pgAdmin is the leading Open Source graphical management tool for
PostgreSQL. For more information, please see:
https://www.pgadmin.org/
Notable changes in this release include:
Features:
-
Administer pgAdmin Users and Preferences Using the Command Line
Interface (CLI).
-
Allow users to convert the View/Edit table into a Query tool to enable
editing the SQL-generated
-
Added copy server support, allowing the duplication of existing servers
with the option to make certain modifications.
-
Added keep-alive support for SSH sessions when connecting to a
PostgreSQL server via an SSH tunnel.
Bugs/Housekeeping:
-
Fixed an issue where the query tool title did not change after "Save As"
until any new change was made.
-
Fixed an issue where export servers were not adding extensions if not
specified.
-
Fixed an issue where pgAdmin imports servers to the wrong accounts for
the external authentication.
-
Fixed an issue where an error occurred in the SQL tab when using an
extended index(pgroonga).
-
Fixed an issue where DB Restrictions were not visible on the server
dialog.
-
Ensure that the 'Dbo' schema is displayed as a regular schema rather
than a system catalog schema.
-
Introduce LDAP configuration parameter LDAP_IGNORE_MALFORMED_SCHEMA to
ignore fetching schema from the LDAP server.
-
Fixed an issue where Schema Diff not generating differences for missing
columns.
-
Fixed an error-'amname' when generating ERD for the database containing
partition tables.
-
Fixed an issue where the user is not able to cancel or terminate active
queries from the dashboard.
Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container, RPM, DEB Package, and source code tarball from:
https://www.pgadmin.org/download/
--
Akshay Joshi
pgAdmin Project