Re: Visualize database schema - Mailing list pgsql-general

From Zdeněk Bělehrádek
Subject Re: Visualize database schema
Date
Msg-id op.wi1dlzncgvy402@localhost.localdomain
Whole thread Raw
In response to Visualize database schema  (Dario Beraldi <dario.beraldi@gmail.com>)
Responses Re: Visualize database schema
List pgsql-general
> Hello,
>
> Apologies if this question has been asked before, but I couldn't come up
> with a decent solution...
>
> Can anyone advice about a tool to visualize a database schema? Ideally, I
> would like something that takes the SQL definition of a schema or
> database
> (essentially the output of pg_dump) and produces a graphical
> representation
> of the tables, constraints and indexes which can be moved around for ease
> of visualization (something like the "Graphical query builder" that comes
> with pgAdmin =>1.14).
> I don't care (and don't want) to modify or query the database with such
> tool, I just want to visualize it. (In fact, I tried to use pgAdmin for
> this but the graphical queries can only be saved as images and so they
> cannot be reloaded).
>
> Thanks!
>
> Dario

I am using SchemaSpy (http://schemaspy.sourceforge.net/) from time to
time. It connects to running database (using JDBC driver, so it can talk
to practically any RDBMS) and generates set of HTML pages containing
interlinked diagrams and descriptions of schema. It can even guess
relations from column names.

With regards
Zdeněk Bělehrádek


pgsql-general by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Add Metadata to Postgre SQL
Next
From: Sébastien Lorion
Date:
Subject: Re: Visualize database schema