Re: Auto incrementing an integer

Поиск
Список
Период
Сортировка
От Philip Hallstrom
Тема Re: Auto incrementing an integer
Дата
Msg-id Pine.BSF.4.31.0105141453150.494-100000@oddjob.adhesivemedia.com
обсуждение исходный текст
Ответ на Auto incrementing an integer  ("Sylte" <Sylte_@hotmail.com>)
Список pgsql-sql
Take a look at the SERIAL datatype as well as sequences (CREATE SEQUENCE,
NEXTVAL, CURRVAL).

good luck!

On Mon, 14 May 2001, Sylte wrote:

> How do I construct a datatype that autoincrement in postgreSQL?
>
> Thanks
> Sylte
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>



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

Предыдущее
От: Martín Marqués
Дата:
Сообщение: Re: fatal ERROR running simple join query...
Следующее
От: Michael Davis
Дата:
Сообщение: RE: Auto incrementing an integer