Re: surrogate key or not?

Поиск
Список
Период
Сортировка
От Kenneth Gonsalves
Тема Re: surrogate key or not?
Дата
Msg-id 0407231430101G.01150@thenilgiris.com
обсуждение исходный текст
Ответ на Re: surrogate key or not?  (Michael Glaesemann <grzm@myrealbox.com>)
Ответы Re: surrogate key or not?
Список 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 по дате отправления:

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: surrogate key or not?
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: surrogate key or not?