Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Background

MySQL Workbench can produce appealing and high-quality ERDs such as:

Research

What PostgreSQL ERD tools are available that meet the requirements? The following are unsuitable:

Requirements

Looking for an ERD tool:

  • Visually stunning by default
  • Can reverse-engineer a PostgreSQL (or JDBC-compliant) database
  • Runs on Linux (or under WINE)
  • Export high-resolution PNG (or SVG)
  • Free or Open Source
share|improve this question
phpPgAdmin and pgAdmin3 don't do ERDs. – Frank Heikens May 30 '10 at 9:17
Just wanted to know if you found anything else since this is a couple years old. Also FREE and Linux would be great – Phill Pafford Oct 12 '12 at 13:49

4 Answers

up vote 6 down vote accepted

Found one that comes close:

Any others?

share|improve this answer
2  
Looks OK, but no FOSS, unfortunately... :( – Danilo Bargen Jan 21 '11 at 9:58

DbSchema is the best one to generate ERD for Postgresql

Installing DbSchema on Linux

$ wget http://www.dbschema.com/dbschema.zip
$ unzip dbschema.zip
$ cd DbSchema
$ chmod +x dbschema.sh

To run DbSchema

$ ./dbschema.sh
share|improve this answer

This is a little bit dated question, but for completeness. What about PgModeler ? It is still in beta and it has only very basic features, for example it doesn't have any reverse engineering, but it seems actively developed according to their github repo and it's under GPL3. Schema creation works very fine.

share|improve this answer
Does it have table groups and the ability to colour-code sets of tables? – Dave Jarvis Jan 18 at 23:27
Not yet. I'm looking into the latest version (0.4.0-beta). It seems that it supports pretty much everything that maps into postgres features or ddl. Binary for windows is 11mb gzipped and doesn't require installation. – jhexp Jan 18 at 23:38

What about SQL Power Architect? Works for many databases, PostgreSQL included, and on many operating systems.

share|improve this answer
1  
Black and white squares. No drop-shadows, no rounded corners, no grouping (?), doesn't automatically prevent lines from being covered. – Dave Jarvis May 30 '10 at 16:51

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.