Re: ALTER SEQUENCE enchancement

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: ALTER SEQUENCE enchancement
Дата
Msg-id 87wu9psq6j.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на ALTER SEQUENCE enchancement  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> Is there demand for this syntax:
>
> ALTER SEQUENCE ON table(col) CYCLE 100;

What if the values in a column are generated via a sequence that was
created independently -- i.e. it's not a SERIAL column?

I'm not very enthusiastic about features that assume a one-to-one
mapping between sequences and columns; in general, the mapping is
many-to-many.

-Neil



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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Build farm
Следующее
От: Lamar Owen
Дата:
Сообщение: Updates for RPMS.