Re: A problem with sequences...
От
Dima Tkach
Тема
Re: A problem with sequences...
Дата
Msg-id
3E54ECB3.1030708@openratings.com
Ответ на
Re: A problem with sequences... (Richard Huxton)
Список
Дерево обсуждения
A problem with sequences... Dmitry Tkach <dmitry@openratings.com>
Re: A problem with sequences... Richard Huxton <dev@archonet.com>
Re: A problem with sequences... Dima Tkach <dmitry@openratings.com>
Re: A problem with sequences... Richard Huxton <dev@archonet.com>
Re: A problem with sequences... Dmitry Tkach <dmitry@openratings.com>
Re: A problem with sequences... Dmitry Tkach <dmitry@openratings.com>
Re: A problem with sequences... Stephan Szabo <sszabo@megazone23.bigpanda.com>
Re: A problem with sequences... Dmitry Tkach <dmitry@openratings.com>
> > >Before looking into more obscure possibilities, are you using the sequence to >generate these explicit id's? If not, that's why you're getting duplicates, >the sequence generator doesn't know you've used these numbers. > > > Yeah... I understand this. In this case, the id is *never* specified explicitly. Java app either knows the id or it does not. If it knows it, it does the update, otherwise, it does an insert, with *no* id specified, and gets the new id back from that rule, so that time it will know the id and end up doing update... I was referring to the situation in general when somehow (like data migration) the id is specified, I just don't want that rule to barf. It is definitely not what's causing my problem. So, let's get into those 'obscure possibilities' now :-) Thanks! Dima.
В списке pgsql-general по дате отправления