Re: ID column naming convention

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: ID column naming convention
Date: 2015-10-13 22:44:15
Message-ID: 561D893F.20404@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/13/2015 3:27 PM, droberts wrote:
> Thanks. My only question is how do you create a schema diagram (ERD) then?
> The tool won't know what the relationships are unless maybe you put foreign
> key constraints on. BTW does anyone recommend a tool to to that? I've been
> playing with DbVisualizer.

I don't know of any ERD tool that will recognize foreign key references
without FK constraint definitions, regardless of what things are named.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex Magnum 2015-10-13 23:56:11 Creating Report for PieChart
Previous Message droberts 2015-10-13 22:27:24 Re: ID column naming convention