Duplicate Data insertion

Поиск
Список
Период
Сортировка
От Ponmalar Dhanuskodi
Тема Duplicate Data insertion
Дата
Msg-id 421d02fc0706140226m1cd2f328ubb87c9125e980203@mail.gmail.com
обсуждение исходный текст
Ответы Re: Duplicate Data insertion  (Douglas Toltzman <doug@oakstreetsoftware.com>)
Список pgsql-bugs
Hi,

                    when we are using the postgreSQL in one system and
inserting data in the table.when we are taking the backup of the postgresql
Database and Restoring in another system and inserting the data in the table
in the restored system then this error is coming "Duplicate Key Insertion"
because the bigserial we are declaring in the table is incremented 10 for
example in backup system and in the system we restored the serial is again
starting from 1 then this error is displayed.In the restored system even if
the table contains 10 records the sequence number is showing
1.sequencenumber is not
changing.Please give any suggestions.

With Regards,

Ponmalar.D

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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: BUG #3385: Memory leak
Следующее
От: Douglas Toltzman
Дата:
Сообщение: Re: Duplicate Data insertion