The pgAdmin Development Team is pleased to announce pgAdmin 4 version 4.25. This release of pgAdmin 4 includes 30 bug fixes and new features. For more details please see the release notes at:
https://www.pgadmin.org/docs/pgadmin4/4.25/release_notes_4_25.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: - Modified schema diff tool to compare two databases instead of two schemas - Resolve schema diff dependencies by selecting the appropriate node automatically and maintain the order in the generated script. - Replace charting library Flotr2 with ChartJS using React. - Upgrade font-awesome from v4 to v5. - Fixed an issue where debugger doesn't work if the search path is set other than 'public'. - Fixed ssh tunnel hang issue when the user tries to disconnect the server. - Fixed an issue where conversion of bytea to the binary string results in an error. - Fixed an issue where the entire logs are in red text when the user runs backup and restore. - Ensure that the user will be able to modify the start value of the Identity column. - Fixed an issue where 'ALTER VIEW' statement is missing when the user sets the default value of a column for View. 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