Re: Need a DB layout gui

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Need a DB layout gui
Date: 2019-06-24 22:37:16
Message-ID: alpine.LNX.2.20.1906241530130.2050@salmo.appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 24 Jun 2019, David Gauthier wrote:

> 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?

Looks like you want a ER (entity relationship) diagrammer. Take a look at
dbeaver <http://dbeaver.jkiss.org/>.

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-06-24 22:38:06 Re: Need a DB layout gui
Previous Message Adrian Klaver 2019-06-24 22:32:25 Re: Need a DB layout gui