Re: sorry, now with subject... trigger & nextval(seq)

Поиск
Список
Период
Сортировка
От Daniel Migowski
Тема Re: sorry, now with subject... trigger & nextval(seq)
Дата
Msg-id 4C04E980.9080906@ikoffice.de
обсуждение исходный текст
Ответ на Re: sorry, now with subject... trigger & nextval(seq)  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-sql
Am 21.05.2010 03:46, schrieb Adrian Klaver:
> You know serial is just a shortcut for:
>
> pid int NOT NULL DEFAULT nextval('seq')
>
> I think you will find Access will place nice if you use the long form to define
> your autoincrement.
>
Not true. Serial will also add an internal dependency between the
sequence, will create the sequence and will drop everything if the
column gets dropped.

Regards,
Daniel Migowski


Вложения

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

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: Extending Regular Expression bounds limit of 255.
Следующее
От: Wes James
Дата:
Сообщение: how to construct sql