
开源免费数据库管理平台 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.2
Apr 3, 2025
New features:
Issue #0392 – Added an ability to configure the font family for SQL editors.
Issue #4194 – Added support to automatically open a file after it is downloaded in the desktop mode.
Issue #4503 – Added support for post-connection SQL execution, which will be run automatically on each connection made to any database of the server.
Issue #5871 – Add support for restoring plain SQL database dumps.
Issue #8034 – Added support for creating Directory nodes in EPAS.
Issue #8449 – Change icon buttons to show tooltip even when disabled.
Issue #8540 – Add an option to load/replace the servers.json file on each container startup.
Issue #8574 – Open user management in a separate tab instead of a dialog to enhance UI/UX.
Housekeeping:
Issue #8545 – Added Security.md file.
Bug fixes:
Issue #8316 – Ensure that modal dialogs are not triggered more than once to avoid duplicates.
Issue #8355 – Change session files garbage collection strategy.
Issue #8362 – Fixed an issue where pgAdmin should fallback to main screen if the last opened screen is disconnected.
Issue #8437 – Fixed an issue where the PSQL terminal displays keyname for non alphanumeric keys.
Issue #8462 – Fixed an issue where geometries in the geometry viewer will render partially when the container was resized.
Issue #8473 – Change the stop/terminate icon at all the places for better UX.
Issue #8479 – Fixed an issue where the Schema Diff was not displaying the difference query when a table had a UNIQUE NULLS NOT DISTINCT constraint.
Issue #8483 – Fixed an issue where the query tool data grid did not respect the default value for columns of domain type when the domain had a default value.
Issue #8514 – Ensure the newly added parameters in the server dialog are incorporated into the Import/Export Servers functionality.
Issue #8546 – Fixed an issue where updating the grantee was not correctly applying the privileges.
Issue #8577 – Fixed an issue where the upgrade_check API returned an unexpected keyword argument ‘cafile’ due to changes in the urllib package supporting Python v3.13.
Issue #8597 – Fixed an issue where delete/rename was done on wrong file after sorting in Storage Manager.
Issue #8602 – Fixed an XSS vulnerability issue in the Query Tool and View/Edit Data (CVE-2025-2946).
Issue #8603 – Fixed a remote code execution issue in the Query Tool and Cloud Deployment (CVE-2025-2945).
Issue #8623 – Fixed an issue where query tool is crashing on macOS 15.4 due to a locale issue.
https://www.pgadmin.org/docs/pgadmin4/9.0/release_notes_9_0.html
资源:526.rar
解压密码:www.dayanzai.me
转载请保留出处,谢谢合作~
点击下载(提取码:dup3)
点击下载(提取码:tymi)
点击下载(提取码:536766)
点击下载(提取码:536766)
文章名称:《开源免费数据库管理平台 pgAdmin 4 v9.2 x64 中文多语免费版》
文章固定链接:https://www.dayanzai.me/pgadmin.html
本站资源仅供个人学习交流,请于下载后 24 小时内删除,不允许用于商业用途,否则法律问题自行承担。
猜你喜欢
- 2025-03-15计算机硬件检测工具 OCCT 13.1.16 x64 官方免费版
- 2021-11-17微软 Office 2019 发布 Microsoft Office Pro Plus 2019 中文版下载
- 2024-04-24轻量级专业音频编辑器 Soundop Audio Editor 1.9.5.3 中文免费版
- 2024-01-03日本相机制造商将利用数字签名来对抗 AI 图像技术
- 2014-05-09微软官方 Office 2003/2007/2010/2013 清除工具集合
相关推荐
- 2024-04-19Microsoft Office LTSC 2024 预览版适用于 Windows、Mac
- 2025-03-20优秀免费截图工具 Snipaste 2.10.6 + x64 中文多语免费版
- 2024-04-09ExifTool 图形界面 ExifToolGui 6.3.0 中文绿色汉化版
- 2025-03-02开源免费 Win7 优化工具 7+ Taskbar Tweaker 5.15.3.0 中文多语免费版
- 2014-06-01小巧实用的屏幕录像软件 SCREEN2SWF 3.6 绿色汉化中文版
- dayanzai,你好!非常喜欢你的博客软件!!麻烦能否帮忙破解一下这个 FTP Voyager 版本 16.0.1.0 网上找不到15以上的破解!!!