Contents
- Getting Started
 - External database for pgAdmin user settings
 - Connecting To A Server
 - Managing Cluster Objects
 - Managing Database Objects
 - Creating or Modifying a Table
 - Management Basics
 - Backup and Restore
 - Developer Tools
 - Processes
 - pgAgent
 - pgAdmin Project Contributions
 - Release Notes
- Version 7.8
 - Version 7.7
 - Version 7.6
 - Version 7.5
 - Version 7.4
 - Version 7.3
 - Version 7.2
 - Version 7.1
 - Version 7.0
 - Version 6.21
 - Version 6.20
 - Version 6.19
 - Version 6.18
 - Version 6.17
 - Version 6.16
 - Version 6.15
 - Version 6.14
 - Version 6.13
 - Version 6.12
 - Version 6.11
 - Version 6.10
 - Version 6.9
 - Version 6.8
 - Version 6.7
 - Version 6.6
 - Version 6.5
 - Version 6.4
 - Version 6.3
 - Version 6.2
 - Version 6.1
 - Version 6.0
 - Version 5.7
 - Version 5.6
 - Version 5.5
 - Version 5.4
 - Version 5.3
 - Version 5.2
 - Version 5.1
 - Version 5.0
 - Version 4.30
 - Version 4.29
 - Version 4.28
 - Version 4.27
 - Version 4.26
 - Version 4.25
 - Version 4.24
 - Version 4.23
 - Version 4.22
 - Version 4.21
 - Version 4.20
 - Version 4.19
 - Version 4.18
 - Version 4.17
 - Version 4.16
 - Version 4.15
 - Version 4.14
 - Version 4.13
 - Version 4.12
 - Version 4.11
 - Version 4.10
 - Version 4.9
 - Version 4.8
 - Version 4.7
 - Version 4.6
 - Version 4.5
 - Version 4.4
 - Version 4.3
 - Version 4.2
 - Version 4.1
 - Version 4.0
 - Version 3.6
 - Version 3.5
 - Version 3.4
 - Version 3.3
 - Version 3.2
 - Version 3.1
 - Version 3.0
 - Version 2.1
 - Version 2.0
 - Version 1.6
 - Version 1.5
 - Version 1.4
 - Version 1.3
 - Version 1.2
 - Version 1.1
 - Version 1.0
 
 - Licence
 
Version 7.1¶
Release date: 2023-05-04
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v7.0.
Supported Database Servers¶
PostgreSQL: 11, 12, 13, 14 and 15
EDB Advanced Server: 11, 12, 13, 14 and 15
Bundled PostgreSQL Utilities¶
psql, pg_dump, pg_dumpall, pg_restore: 15.2
New features¶
Issue #2078 - Show object breadcrumbs path along with its comment on object hover.Issue #3275 - Allow on demand record count setting to be changed per user using preferences.Issue #3316 - Added support to show statistics for materialized views.Issue #3318 - Added support to create an unnamed index.
Housekeeping¶
Bug fixes¶
Issue #5044 - Fixed an issue where query tool hangs for some time when multiple columns are selected to open geometry viewer.Issue #5777 - Fixed an issue where the browser tree state is not remembered when reopening pgAdmin.Issue #5820 - Fixed an issue where collation was set to none if we remove it while creating partitioned table.Issue #5922 - Ensure that when pasting a row in query tool grid, default value is used for autogenerated/serial columns.Issue #6059 - Show proper message if the debugger is stopped by the user.Issue #6075 - Ensure that the save button is enabled when registering a new server fails due to an API error.Issue #6077 - The search object, query tool, and psql tool menu should not be displayed for pgAgent.Issue #6120 - Fixed error occurring while logging out from pgAdmin keeping a query tool opened.Issue #6128 - Fix a SQL error occurring on roles dependents SQL.Issue #6130 - Ensure to quote the primary key value if needed while deleting rows from the table.Issue #6137 - Fixed error occurring while dumping the servers from CLI.Issue #6138 - Throw an appropriate error when a table for which View/Edit data is open, is deleted, and query is executed.Issue #6151 - Ensure that internal users are able to login when auth sources are [ldap, internal].Issue #6158 - Fixed an issue with the properties tab not getting updated if the user updates the selected node.Issue #6159 - Ensure that the ERD tool should work with the external database after moving to psycopg3.Issue #6180 - Fixed an issue where PSQL is not working if the PGUSER env variable is set and service file is used for server connection details.Issue #6183 - Mac crash when you press Command-Shift-C.Issue #6189 - Fix an issue in View SQL when column level privileges are set with multiple roles.Issue #6191 - Fixed an issue where Reset Password is not working after upgrading to latest flask-security-too.Issue #6234 - Usernames/roles with special character are not double quoted when assigning privileges.