用于 PostgreSQL 的 GUI 工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9667264/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 23:21:46  来源:igfitidea点击:

GUI Tool for PostgreSQL

postgresql

提问by Ankur Verma

I am new to PostgreSQLdatabase I just want to know is there any GUI Toolfor PostgreSQLjust like SQLYogfor MySql

我是PostgreSQL数据库的新手我只想知道是否有任何适用于PostgreSQL 的GUI 工具,就像适用MySql 的SQLYog

采纳答案by a_horse_with_no_name

There is a comprehensive list of tools on the PostgreSQL Wiki:

PostgreSQL Wiki 上有一个完整的工具列表:

https://wiki.postgresql.org/wiki/PostgreSQL_Clients

https://wiki.postgresql.org/wiki/PostgreSQL_Clients

And of course PostgreSQL itself comes with pgAdmin, a GUI tool for accessing Postgres databases.

当然,PostgreSQL 本身带有pgAdmin,这是一个用于访问 Postgres 数据库的 GUI 工具。

回答by Dave Page

Postgres Enterprise Manager from EnterpriseDB is probably the most advanced you'll find. It includes all the features of pgAdmin, plus monitoring of your hosts and database servers, predictive reporting, alerting and a SQL Profiler.

EnterpriseDB 的 Postgres Enterprise Manager 可能是您能找到的最先进的。它包括 pgAdmin 的所有功能,以及对主机和数据库服务器的监控、预测报告、警报和 SQL Profiler。

http://www.enterprisedb.com/products-services-training/products/postgres-enterprise-manager

http://www.enterpriseb.com/products-services-training/products/postgres-enterprise-manager

Ninja edit disclaimer/notice: it seems that this user is affiliated with EnterpriseDB, as the linked Postgres Enterprise Manager website contains a video of one Dave Page.

Ninja 编辑免责声明/通知:该用户似乎隶属于 EnterpriseDB,因为链接的 Postgres Enterprise Manager 网站包含一个 Dave Page 的视频。