Create an ER diagram in pgAdmin [closed]

 ̄綄美尐妖づ 提交于 2019-12-17 10:38:25

问题


What would be the step by step walk-through for building a basic Entity-Relationship Diagram from pgAdmin?

Would there be some plugins for doing that in pgAdmin?

Note: I searched in the web but other than stumbling upon an exhausting list of softwares (most of them not freeware or out-of-date) I wind up here without a clue.

Note2: My request is not narrowed down to pgAdmin, let's say I can export my tables.


回答1:


Update

Sadly, the database designer is not released with the main release of pgAdmin after all. (At least the case for version 1.16 through 1.22.)

See discussion here and here and finally:

You need to use --enable-databasedesigner with ./configure to enable it. By default, it's disabled.

There are too many bugs and rough edges and not enough people interested to work on it.


pgAdmin had a GSoC project in 2011, in the course of which Luis Ochoa designed the new database designer - which can also reverse engineer ER diagrams from existing dbs. Unfortunately it wasn't ready for release with pgAdmin 1.14 (the current version). But it's in the repository for version 1.16 that will probably accompany the release of PostgreSQL 9.2.

See a video here.
Screenshot.
Blog post announcing it.

There are still some rough edges, but Luis Ochoa recently announced he is working on it.




回答2:


If you are running Linux, you could use pgDesigner: http://sourceforge.net/projects/pgdesigner/



来源:https://stackoverflow.com/questions/9692913/create-an-er-diagram-in-pgadmin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!