Re: auto_increment

Поиск
Список
Период
Сортировка
От Martin Marques
Тема Re: auto_increment
Дата
Msg-id 200309200815.13766.martin@bugs.unl.edu.ar
обсуждение исходный текст
Ответ на Re: auto_increment  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-sql
El Sáb 20 Sep 2003 03:23, Oliver Elphick escribió:
> On Sat, 2003-09-20 at 06:10, Muhyiddin A.M Hayat wrote:
> > How to Create auto_increment field in PostreSQL.
> > Can I create them using Trigger.
>
> Use the SERIAL datatype.  See also the functions nextval(), currval()
> and setval().

Also to add, the auto increment is done through sequences.

I would suggest seeing the docs on SEQUENCE, and SERIAL data type.

--
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telematica                      Universidad Nacional
        del Litoral 
-----------------------------------------------------------------



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

Предыдущее
От: "Muhyiddin A.M Hayat"
Дата:
Сообщение: Re: auto_increment
Следующее
От: Martin Marques
Дата:
Сообщение: Re: auto_increment