Re: How to create "auto-increment" field WITHOUT a sequence object?
От
A.M.
Тема
Re: How to create "auto-increment" field WITHOUT a sequence object?
Дата
Msg-id
CC059AA0-B030-46F6-8A70-E9B7B7C99FAB@themactionfaction.com
Ответ на
How to create "auto-increment" field WITHOUT a sequence object? (Dmitry Koterov)
Список
Дерево обсуждения
How to create "auto-increment" field WITHOUT a sequence object? Dmitry Koterov <dmitry@koterov.ru>
Re: How to create "auto-increment" field WITHOUT a sequence object? "David Johnston" <polobo@yahoo.com>
Re: How to create "auto-increment" field WITHOUT a sequence object? salah jubeh <s_jubeh@yahoo.com>
Re: How to create "auto-increment" field WITHOUT a sequence object? Scott Marlowe <scott.marlowe@gmail.com>
Re: How to create "auto-increment" field WITHOUT a sequence object? "A.M." <agentm@themactionfaction.com>
Re: How to create "auto-increment" field WITHOUT a sequence object? Dmitry Koterov <dmitry@koterov.ru>
Re: How to create "auto-increment" field WITHOUT a sequence
object? Greg Smith <greg@2ndQuadrant.com>
On Jun 30, 2011, at 2:40 PM, Dmitry Koterov wrote: > Hello. > > I need to create an auto-increment field on a table WITHOUT using sequences: This problem pops up a lot for invoice sequence numbers for the tax office and related cases. (Search for "gapless sequence".) Since the numbers are really only needed for an external system (as you mention), then it may make sense to generate the gapless IDs when necessary and map the generated IDs to the rows later. The drawback is that some rows in the table will not have the gapless ID until the batch job is run, but all rows will still be addressable by the real sequence ID. Cheers, M
В списке pgsql-general по дате отправления
От: salah jubeh
Дата:
От: Dmitry Koterov
Дата: