Antw: Automatic index numbers

Поиск
Список
Период
Сортировка
От Gerhard Dieringer
Тема Antw: Automatic index numbers
Дата
Msg-id s923af60.091@kopo001
обсуждение исходный текст
Список pgsql-sql
>>> daniel@clacknet.com 18.05.2000  02.52 Uhr >>>
>
> How can I automatically create a unique index
> number when I add new data to a table?
>
> Does this have to be done through a high level
> language or does the database provide a function
> for this?
> 
> -Daniel

You can use a column with datatype serial or an integer with default nextval('a_sequence')

Gerhard




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using substr with user defined types
Следующее
От: christine@observatoiredesmarques.fr
Дата:
Сообщение: Translaye from Oracle