are there any Free tools to generate tables diagrams with postgresql?
A:
Frank Heikens
2010-07-12 05:51:01
A:
Inside Eclipse I've used the Clay plugin (ex Clay-Azurri). The free version allows to introspect ("reverse engineer") an existing DB schema (via JDBC) and make a diagram of some selected tables.
leonbloy
2010-07-12 15:33:16
A:
SchemaCrawler for PostgreSQL can generate database diagrams from the command line, with the help of GraphViz. You can use regular expressions to include and exclude tables and columns. It can also infer relationships between tables using common naming conventions, if not foreign keys are defined.
Sualeh Fatehi
2010-07-13 16:05:10