Re: [GENERAL] Sufficient Primary Key?

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: [GENERAL] Sufficient Primary Key?
Дата
Msg-id Pine.BSI.3.91.980724114823.23418E@access1.lan2wan.com
обсуждение исходный текст
Ответ на Sufficient Primary Key?  (Dan Delaney <dionysos@dionysia.org>)
Ответы Re: [GENERAL] Sufficient Primary Key?  (Dan Delaney <dionysos@dionysia.org>)
Список pgsql-general
On Fri, 24 Jul 1998, Dan Delaney wrote:

>    I'm working on a library catalog and trying to decide what to use
> for the primary key for the authors. Do you think that the first
> three letters of first and last name with the birth year would be
> sufficient (e.g., Alan Watts would be ALAWAT1915). So, essentially,
> do you think there there would ever be two authors with the same
> first and last name AND the same birth year? I really don't want to
> inject the middle name into there because I can't find the middle
> name (or even middle initial) of most authors!

You can do multi-column keys in PostgreSQL, I believe, which is
essentially what you would be doing by combining that data into a single
column.

BTW, Alan Watts is a favourite of mine.

Brett W. McCoy
                                         http://www.lan2wan.com/~bmccoy
-----------------------------------------------------------------------
"The Number of UNIX installations has grown to 10, with more expected."
   -- The UNIX Programmer's Manual, 2nd Edition, June, 1972


В списке pgsql-general по дате отправления:

Предыдущее
От: Dan Delaney
Дата:
Сообщение: What about Unicode?
Следующее
От: Dan Delaney
Дата:
Сообщение: Re: [GENERAL] Sufficient Primary Key?