Re: Shall I apply normalization in the following case? - Mailing list pgsql-general

From Jeff Davis
Subject Re: Shall I apply normalization in the following case?
Date
Msg-id 1265323223.4934.162.camel@monkey-cat.sm.truviso.com
Whole thread Raw
In response to Re: Shall I apply normalization in the following case?  (Jorge Godoy <jgodoy@gmail.com>)
List pgsql-general
On Wed, 2010-02-03 at 23:56 -0200, Jorge Godoy wrote:
> You can always normalize and not use an artificial key.
>
> You'd end up with:
>
>
> measurement (normalization)
> ===========
> id | value | measurement_unit_id | measurement_type_id
> ------------------------------------------------------
>         1   0.23     mm                    width
>         2   0.38     mm                    width
>         2   0.72     mm                    width

How is this different? It looks like you just added some FKs, which
don't change the normal form.

Regards,
    Jeff Davis


pgsql-general by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Shall I apply normalization in the following case?
Next
From: Kevin Kempter
Date:
Subject: playr (or similar tool)?