Re: surrogate vs natural primary keys - Mailing list pgsql-sql

From Steve Midgley
Subject Re: surrogate vs natural primary keys
Date
Msg-id 20080919065706.93E4F64FCCF@postgresql.org
Whole thread Raw
In response to surrogate vs natural primary keys  (Seb <spluque@gmail.com>)
List pgsql-sql
At 08:20 AM 9/18/2008, pgsql-sql-owner@postgresql.org wrote:
>Message-ID: 
><396486430809170920o12782b5dy3837b4aa8611a0c1@mail.gmail.com>
>Date: Wed, 17 Sep 2008 09:20:44 -0700
>From: "Richard Broersma" <richard.broersma@gmail.com>
>To: "Scott Marlowe" <scott.marlowe@gmail.com>
>Subject: Re: surrogate vs natural primary keys
>In-Reply-To: 
><dcc563d10809170745n24f5ae73i7e6ba3ec73743dbc@mail.gmail.com>
>References: <87y71t2hlu.fsf@patagonia.sebmags.homelinux.org>
>         <dcc563d10809151545r70d7d2a7j25931d7557dd88f3@mail.gmail.com>
>         <396486430809160759n15ec2134ke0df317f36f74d5a@mail.gmail.com>
>         <20080916151743.GG201@commandprompt.com>
>         <87ljxrvdhw.fsf@patagonia.sebmags.homelinux.org>
>         <dcc563d10809161934q205e4e3bu6b9cd43339ff89b3@mail.gmail.com>
>         <87abe6vrgl.fsf@patagonia.sebmags.homelinux.org>
>         <dcc563d10809170745n24f5ae73i7e6ba3ec73743dbc@mail.gmail.com>
>X-Archive-Number: 200809/124
>X-Sequence-Number: 31576
>
>
>My opinion is that the database constraints are the last line of
>defense to ensure business rules and data integrity are not violated.
>Since I highly value the ability to enforce business rules using
>ordinary table DDL, I try to use natural keys as often as I can.
>

Hi Richard,

I often find your comments insightful and right on the money. This is 
another one of those cases. Your comments above are a great example of 
when natural keys make sense: I hadn't looked at it from this 
perspective!

I'm a middleware developer (the bane of DBA's!) -- and so I generally 
"solve" these sorts business rules constraints in the middleware code, 
which of course is prone to all kinds of different problems (like lazy 
developers who code around the OO validation checkers!).

Thanks for giving such a great explanation as to the value of natural 
keys! You haven't won me over, but you did teach me something - which I 
appreciate.

Best,

Steve



pgsql-sql by date:

Previous
From: Joe
Date:
Subject: Re: ORDER BY collation order
Next
From: Petr Jelinek
Date:
Subject: Re: ORDER BY collation order