Re: surrogate key or not? - Mailing list pgsql-sql

From Kenneth Gonsalves
Subject Re: surrogate key or not?
Date
Msg-id 0407231430101G.01150@thenilgiris.com
Whole thread Raw
In response to Re: surrogate key or not?  (Michael Glaesemann <grzm@myrealbox.com>)
Responses Re: surrogate key or not?  (Michael Glaesemann <grzm@myrealbox.com>)
List pgsql-sql
On Friday 23 July 2004 03:29 pm, Michael Glaesemann wrote:

>
> You appear to be misunderstanding the purpose of a primary key. A
> primary key is used to ensure there is a way to identify each row
> uniquely. It is quite independent of which columns you may or may not
> want to search on. If name is not going to be necessarily unique in the
> table, it isn't a primary key.

ive not misunderstood anything. this is one of the tables in question:

address_type 
id serial PRIMARY KEY  
name text UNIQUE NOT NULL 

i think it is self explanatory 


-- 
regards
kg

http://www.onlineindianhotels.net - hotel bookings reservations in over 4600 
hotels in India
http://www.ootygolfclub.org


pgsql-sql by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: surrogate key or not?
Next
From: Michael Glaesemann
Date:
Subject: Re: surrogate key or not?