
开源免费数据库管理平台 pgAdmin 中文版 由大眼仔旭发布。pgAdmin 是世界上最先进的开源数据库 PostgreSQL 最流行、功能最丰富的开源管理和开发平台。pgAdmin 可用于 Linux、Unix、macOS 和 Windows 来管理 PostgreSQL 和 EDB Advanced Server 9.5 及更高版本。
什么是 pgAdmin?
pgAdmin 是 PostgreSQL 和衍生关系数据库如 EnterpriseDB 的 EDB Advanced Server 的管理工具。 它可以作为 Web 或桌面应用程序运行。 有关所提供功能的更多信息,请参阅功能和屏幕截图页面。

开源免费数据库管理平台 pgAdmin 中文多语免费版
pgAdmin 特色
pgAdmin 具有大量功能,到目前为止,查看所有功能的最佳方式是下载副本并尝试一下。这是一个简短的列表,可让您了解其功能:
多平台
- Microsoft Windows ™
- Linux
- macOS
专为多个 PostgreSQL 版本和衍生产品而设计
pgAdmin 支持在发布任何给定版本 pgAdmin 时支持的 PostgreSQL 和 EDB Postgres Advanced Server 版本。
广泛的文档
pgAdmin 应用程序文档
PostgreSQL 文档链接
多种部署模式
桌面模式,使用专门构建的运行时
服务器模式,支持网络多用户
工具
具有颜色语法高亮功能的强大查询工具
用于显示/输入数据的快速数据网格
图形查询计划展示
用于快速更新 ACL 的授予向导
过程语言调试器(支持 pl/pgsql 和 edb-spl)
模式差异工具,用于管理模式之间的差异
用于设计和记录模式的 ERD 工具
日常维护
自动管理
监控仪表板
按需备份、恢复、清理和分析
SQL/shell/批处理作业调度代理
创建、查看和编辑所有常见的 PostgreSQL 对象
对象与其 SQL 定义以及用户友好的属性列表一起显示。还可以浏览从属对象和从属对象,并在适当的情况下查看对象统计信息。
列
约束
数据库
域
外部表
国外服务器
外部数据包装器
FTS 配置
FTS词典
FTS 解析器
FTS 模板
索引
语言
物化视图
规则
程序语言
模式
序列
表
表空间
触发功能
类型
观看次数
EDB Postgres Advanced Server 对象(例如包、过程和同义词)
pgAgent 对象(例如作业、调度)
多字节支持
pgAdmin 支持大多数 PostgreSQL 服务器端编码
SQL_ASCII
EUC_JP, EUC_CN, EUC_KR, EUC_TW
JOHAB
LATIN1, LATIN2, LATIN3, LATIN4, LATIN5, LATIN6, LATIN7, LATIN8, LATIN9, LATIN10
ISO_8859_5, ISO_8859_6, ISO_8859_7, ISO_8859_8
UNICODE/UTF-8
MULE_INTERNAL
KOI8
WIN
ALT
WIN1256
TCVN
WIN874
pgAdmin 支持哪些浏览器?
在 Linux、macOS 或 Windows 上运行时,pgAdmin 支持以下浏览器。 我们定期使用可用版本的一个子集进行测试,并旨在修复其中任何一个发现的问题。
- Chrome 72+
- Firefox 65+
- Edge 44+
- Safari 12+
当前支持以下浏览器,但该支持将在 pgAdmin 的未来版本中停止。 强烈建议改用受支持的浏览器。
Internet Explorer 11
其他浏览器可能可以工作,但未经测试,与 pgAdmin 一起使用时报告的问题可能无法修复。
pgAdmin 4 在 PostgreSQL 许可下发布
PostgreSQL 许可证
版权所有 (c) 2013 – 2021,pgAdmin 开发团队
特此授予出于任何目的免费使用、复制、修改和分发本软件及其文档的许可,无需付费且无需书面同意,前提是所有副本中均出现上述版权声明和本段以及以下两段。
在任何情况下,PGADMIN 开发团队均不对任何一方的直接、间接、特殊、偶然或后果性损害负责,包括因使用本软件及其文档而导致的利润损失已告知此类损坏的可能性。
PGADMIN 开发团队明确拒绝任何保证,包括但不限于对适销性和特定用途适用性的暗示保证。此处提供的软件基于“原样”,PGADMIN 开发团队没有义务提供维护、支持、更新、增强或修改。
pgAdmin 4 中文设置
File – Preferences – Miscellaneous – User language – Chinese,选择 Save 保存后再点击 Refresh 刷新即可。
What’s new in pgAdmin 4 9.15
May 11, 2026
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.2
New features:
Issue #9657 – Allow the container image to run as a non-default user via the PUID and PGID environment variables.
Housekeeping:
Issue #9764 – Update the Swedish translation.
Issue #9827 – Bump Python and JavaScript dependencies.
Issue #9832 – Fix the Czech translation for ‘Refresh’.
Issue #9834 – Bump runtime dependencies and upgrade ESLint to v10.
Issue #9839 – Update the Russian translation.
Issue #9870 – Bump runtime and development dependencies.
Issue #9873 – Use an <OWNER> placeholder in resql tests instead of a hardcoded ‘postgres’ role to support non-default superuser names.
Issue #9893 – Update the Spanish translation.
Issue #9906 – Update the Italian translation.
Bug fixes:
Issue #9656 – Use absolute paths for a2enmod and a2enconf in the Debian setup script so it works when /usr/sbin is not on PATH.
Issue #9830 – Fix cross-user data access and shared-server privilege escalation in server mode (CVE-2026-7813). Also applies the @with_object_filters access-control decorator to ServerNode.list.
Issue #9835 – Tighten Shared Server feature parity, owner-only field handling, and write guards as a follow-up to the data-isolation hardening.
Issue #9865 – Fix stored cross-site scripting (XSS) via crafted PostgreSQL object names rendered in the Browser Tree and Explain Visualizer (CVE-2026-7814). Reported by Fahar Abbas.
Issue #9898 – Fix SQL injection in Maintenance tool option values (CVE-2026-7815). Reported by j3seer.
Issue #9899 – Fix OS command injection in Import/Export query export (CVE-2026-7816). Reported by Chung Kim (chungkn), OneMount Group.
Issue #9900 – Fix local-file inclusion and server-side request forgery in LLM API configuration endpoints (CVE-2026-7817). Reported by j3seer.
Issue #9901 – Fix unsafe deserialization in the session manager that could lead to remote code execution (CVE-2026-7818). Also encrypts session files at rest using Fernet, restricts session-file permissions to 0o600, switches the session-digest default from SHA-1 to SHA-256, drops several non-roundtrippable live objects from the session (AuthSourceManager and the Azure, RDS, Google Cloud, and BigAnimal cloud-provider instances), tightens DATA_DIR file and directory permissions at creation, creates pgadmin4.log with mode 0o600, hardens EnhancedRotatingFileHandler._open against rotation failures, and bounds the user_info_server prompt retry loop so a non-interactive caller cannot spin forever. Reported by Fernando Bortotti.
Issue #9902 – Fix symlink-based path traversal in the file manager (CVE-2026-7819). Reported by Fernando Bortotti.
Issue #9904 – Fix account-lockout bypass on Flask-Security’s default /login view by overriding User.is_active and User.is_locked() so the locked field is honored on every authentication path (CVE-2026-7820). Reported by Fernando Bortotti.
Additional changes (no associated issue):
The commits below did not have a dedicated GitHub issue. They are listed here for transparency.
Bug fixes:
1518b0828 – Restore the SERVER_MODE python-test path and fix two endpoint regressions surfaced by it.
d57acce35 – Harden validation, preference, and connection-params paths against pre-existing edge cases.
Test-suite stability:
a11d289bd – Harden click_modal backdrop wait and open_query_tool stale-element retry in feature tests.
a50a553b0 – Feature tests use sys.executable; sync yarn.lock to package.json.
0fad04de8 – PSQL socket tests use the authenticated tester; the role-dependencies test skips cleanly on auth failure.
1f7194924 – Harden six regression tests against environmental drift.
dc61039e9 – Quote the username in the views/mview test helper for dotted local roles.
9b29bc203 – Quote the username in the types/compound-triggers test helpers for dotted local roles.
504775de8 – Quote the username in the user-mappings test helper for dotted local roles.
208541cc4 – ImportExportServersTestCase uses sys.executable instead of a bare python and surfaces subprocess errors instead of swallowing them as a misleading JSON-parse failure.
Refactoring¶
6f4f28def – Factor the WTForms-error-to-JSON conversion into a helper and drop a dead import.
Documentation:
9923eefca – Clarify in login.rst and ldap.rst that MAX_LOGIN_ATTEMPTS applies only to the INTERNAL authentication source. Operators using LDAP, OAuth2, Kerberos, or Webserver auth should rely on the upstream identity provider’s lockout policy and reverse-proxy request rate-limiting.
Dependencies:
Non-breaking dependabot updates aggregated for v9.15.
Python:
boto3 1.42 -> 1.43 (python_version > ‘3.9’; Python 3.9 stays on 1.42)
cryptography 46.0 -> 47.0
psycopg 3.3.3 -> 3.3.4 (python_version >= ‘3.10’)
pycodestyle >=2.5.0 -> >=2.14.0
requests >=2.21.0 -> >=2.33.1
safety >=1.9.0 -> >=3.7.0
testtools 2.8.7 -> 2.9.1
typer 0.24 -> 0.25 (python > ‘3.9’)
JavaScript (web/):
@tanstack/react-query 5.90 -> 5.100.5
axios 1.15.2 -> 1.16.0
moment-timezone 0.6.0 -> 0.6.2
postcss 8.5.6 -> 8.5.12
JavaScript (runtime/):
axios 1.15.2 -> 1.16.0
electron 41.3.0 -> 41.5.0
eslint 10.2.1 -> 10.3.0
globals 17.5.0 -> 17.6.0
https://www.pgadmin.org/docs/pgadmin4/9.15/release_notes_9_15.html
资源:526.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:4n9u)
点击下载(提取码:bhpn)
点击下载(提取码:536766)
点击下载(提取码:536766)
文章名称:《开源免费数据库管理平台 pgAdmin 4 v9.15 x64 中文多语免费版》
文章固定链接:https://www.dayanzai.me/pgadmin.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2021-09-28在 Windows 11/10 中卸载 Microsoft Edge 浏览器的简便方法
- 2015-01-17个人文件标签管理实用工具 TagTower 1.8.3 中文免费版
- 2025-12-08本地文件搜索工具 Quick Search 6.0.1.21 中文多语免费版
- 2018-07-14Windows 剪贴板管理器 PinClipBoard 1.3.0 绿色中文免费版
- 2024-10-11威力酷剪安卓版 ActionDirector Video Editor 7.12.5 中文多语免费版
相关推荐
- 2019-12-26JAVA 反编译工具 JD-GUI 1.6.6 免费版
- 2023-05-31免费 CAD 电气设计软件 DesignSpark Electrical 2.0.1 x64 中文多语免费版
- 2020-07-21专业字幕制作工具 NewBlueFX Titler Pro 7.2.200609 x64 中文免费版
- 2022-03-032022 热门魂系列游戏《艾尔登法环》:这一次,炒作实至名归!
- 2023-05-15入门指南:SSD 硬盘类型与种类详解,让新手秒懂!
- dayanzai,你好!非常喜欢你的博客软件!!麻烦能否帮忙破解一下这个 FTP Voyager 版本 16.0.1.0 网上找不到15以上的破解!!!
MORE>>微软应用
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
MORE>>安卓应用
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
MORE>>教程资源
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
MORE>>其它资源
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8






