Re: multi-table unique index

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: multi-table unique index
Дата
Msg-id 1056392214.3405.0.camel@saphir
обсуждение исходный текст
Ответ на Re: multi-table unique index  (Michael A Nachbaur <mike@nachbaur.com>)
Ответы Re: multi-table unique index  (Michael A Nachbaur <mike@nachbaur.com>)
Список pgsql-sql
В Пнд, 23.06.2003, в 19:32, Michael A Nachbaur пишет:
> Instead of using the "serial" datatype, you can set it to "int4 PRIMARY KEY
> DEFAULT nextval(foo_type_id_seq)" and you can manually create the sequence
> "foo_type_id_seq".
>
> This way all the tables share the same sequence.

Yeah, but I want to force this behaviour. so that it cannot happen by
accident when you insert records without relying on the sequence.

--
Markus Bertheau.
Berlin, Berlin.
Germany.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TR: Like and =
Следующее
От: Michael A Nachbaur
Дата:
Сообщение: Re: multi-table unique index