Re: How to auto create a unique key for each newly added record?

Поиск
Список
Период
Сортировка
От Prasanth Kumar
Тема Re: How to auto create a unique key for each newly added record?
Дата
Msg-id 002701c0b677$0d777570$afc8b018@c654771a
обсуждение исходный текст
Ответ на How to auto create a unique key for each newly added record?  ("Jeff" <jklcom@mindspring.com>)
Список pgsql-general
Make a column of type SERIAL. See
http://www.postgresql.org/docs/aw_pgsql_book/node88.html

----- Original Message -----
From: "Jeff" <jklcom@mindspring.com>
To: <pgsql-general@postgresql.org>
Sent: Monday, March 26, 2001 6:20 PM
Subject: [GENERAL] How to auto create a unique key for each newly added
record?


> Hi,
>
> How to if it is possible to let postgresql to auto assign unique key to
each
> new record that is added to the database?
>
> Thanks
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html


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

Предыдущее
От: Paul Tomblin
Дата:
Сообщение: point data type
Следующее
От: "Christian Marschalek"
Дата:
Сообщение: RE: PostgreSQL under Windows?