Re: Need a DB layout gui

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: David Gauthier <davegauthierpg(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Need a DB layout gui
Date: 2019-06-24 22:32:25
Message-ID: f389e3b4-6a84-b26b-41a2-21b79de48c07@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 6/24/19 3:25 PM, David Gauthier wrote:
> Hi:
>
> I've been poking around
> https://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools to
> see if there is anything that can read PG metadata in and display it
> graphically in a gui.  You know, the kind of picture that is 1 block per
> table with 1->many arrows connecting up the primary/foreign keys of
> different tables.  SQL Power Architect looked promising, but fails to do
> the linkage for some PK-FK relationships (buggy?) .
>
> Any suggestions on what might do this?

Schemaspy:

http://schemaspy.org/

http://schemaspy.org/sample/relationships.html

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2019-06-24 22:37:16 Re: Need a DB layout gui
Previous Message David Gauthier 2019-06-24 22:25:22 Need a DB layout gui