Re: E-R diagram code U1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: E-R diagram code U1
Date: 2016-10-29 16:20:35
Message-ID: 29628.1477758035@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Rich Shepard <rshepard(at)appl-ecosys(dot)com> writes:
> Looking at the entity-relationship diagram for a regulatory agency database
> they have attribute identifiers of PK, FKn, and U1. The first is the Primary
> Key and the second is a Foreign Key, but I've not before seen a 'Un'
> identifyier. I've no idea what DBMS they're using (but suspect Oracle). My
> web search used in-effective terms so I could not find the answer there.

> What does U1 represent?

Unique constraint, perhaps? I'm just guessing.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2016-10-29 16:47:57 Re: E-R diagram code U1
Previous Message Rich Shepard 2016-10-29 16:14:51 E-R diagram code U1