Re: IS it a good practice to use SERIAL as Primary Key?

Поиск
Список
Период
Сортировка
От John McCawley
Тема Re: IS it a good practice to use SERIAL as Primary Key?
Дата
Msg-id 456B756B.9080303@hardgeus.com
обсуждение исходный текст
Ответ на Re: IS it a good practice to use SERIAL as Primary Key?  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: IS it a good practice to use SERIAL as Primary Key?  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
I promise I'm not trying to be a pain in the butt ;)  Do you then use
your serial id as your foreign key in other tables, or the
firstname/lastname primary key?

Joshua D. Drake wrote:

>users
>=====
>id serial unique,
>first_name text,
>last_name text,
>primary key (first_name,last_name)
>
>Yes there are problems with the above, namely you will likely have more
>than one joshua drake.
>
>Sincerely,
>
>Joshua D. Drake
>
>
>>
>>

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: IS it a good practice to use SERIAL as Primary Key?
Следующее
От: Scott Ribe
Дата:
Сообщение: Re: IS it a good practice to use SERIAL as Primary Key?