Version 9.11¶
Release date: 2025-12-11
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v9.10.
Supported Database Servers¶
PostgreSQL: 13, 14, 15, 16, 17 and 18
EDB Advanced Server: 13, 14, 15, 16, 17 and 18
Bundled PostgreSQL Utilities¶
psql, pg_dump, pg_dumpall, pg_restore: 18.0
New features¶
Issue #6388 - Add support of DEPENDS/NO DEPENDS ON EXTENSION for INDEX.Issue #6390 - Add support of DEPENDS/NO DEPENDS ON EXTENSION for MATERIALIZED VIEW.Issue #8968 - Add support for showing the column data type beside column name in the object explorer.
Housekeeping¶
Bug fixes¶
Issue #9155 - Fix pkg_resources deprecation warning by migrating Docker base image to python:3-alpine from alpine:latest.Issue #9297 - Fixed an issue where EXPLAIN should run on query under cursor if no text is selected.