Does anyone know of a plug-in for PostgreSQL's pgAdmin III that enables DB diagrams such as in SQL Server?
Asked
Active
Viewed 2,749 times
0
-
1Not a plugin, rather you can use an independent Jar, to create the visualization, it's [SchemaSpy](http://schemaspy.sourceforge.net). It's an awesome tool. I have posted [a step-by-step guide](http://kmonsoor.wordpress.com/2014/12/18/how-to-generate-er-diagram-from-postgresql-database/) to use it easily. – kmonsoor Dec 18 '14 at 20:47
4 Answers
1
Maybe this suits your needs http://pgmodeler.com.br/
I tried it by myself but unfortunately the version I tried half a year ago was very unstable on mac.

Mahatma_Fatal_Error
- 720
- 1
- 10
- 26
1
It costs a little (you can try it though) but is v. easy to use and works a treat: http://www.datanamic.com/
Here is a list: http://en.wikipedia.org/wiki/Comparison_of_database_tools

markmnl
- 11,116
- 8
- 73
- 109
-
1I cam across this one: http://www.sqlmaestro.com/products/postgresql/maestro – IamIC Nov 08 '10 at 21:03
0
I don't think a plug-in exists. Check this post for some possible options.https://stackoverflow.com/questions/4115410/generate-er-diagram-from-postgres-sql-database-on-osx-snow-leopard

Community
- 1
- 1

Kuberchaun
- 29,160
- 7
- 51
- 59