Generating consecutive sequence values

Поиск
Список
Период
Сортировка
От nolan@celery.tssi.com
Тема Generating consecutive sequence values
Дата
Msg-id 20030404144756.25578.qmail@celery.tssi.com
обсуждение исходный текст
Список pgsql-general
I'm using a sequence to generate unique 8 digit record keys which will be
given out as membership ID's.

Because we want to be able to pre-assign blocks of membership numbers
for use in off-line membership registration situations, I need to be able
to ensure that a block of sequences are in consecutive order even though
they may be requested concurrently with other activity on the sequence.

If I use SQL such as "select nextval('id'),nextval('id'),...,nextval('id')"
to allocate 50 or 100 sequence numbers, will the backend ensure that
those sequence numbers are a consecutive block?
--
Mike Nolan
nolan@tssi.com


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

Предыдущее
От: Phil Mayers
Дата:
Сообщение: Badly planned queries with JOIN syntax
Следующее
От: "rx"
Дата:
Сообщение: psql in shell