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:38:06
Message-ID: 1a4f8c18-1dd5-ff65-6ebe-1dfe37832de0@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?

After my previous post I realized you said GUI:(

Do you want something that you can interact with?

Also SQL Workbench/J will display FK relationships:

http://www.sql-workbench.eu/FkDisplay_png.html

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brent Wood 2019-06-24 22:44:59 Re: Need a DB layout gui
Previous Message Rich Shepard 2019-06-24 22:37:16 Re: Need a DB layout gui