Re: Duplicate key violation on UPDATE

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Duplicate key violation on UPDATE
Дата
Msg-id 7675.1205385823@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Duplicate key violation on UPDATE  ("Blair Bethwaite" <blair.bethwaite@infotech.monash.edu.au>)
Список pgsql-general
"Blair Bethwaite" <blair.bethwaite@infotech.monash.edu.au> writes:
> Why would we be getting a duplicate key violation on the primary key
> of this table when we aren't doing anything in the UPDATE (that I can
> tell) to change it?

Corrupted index, perhaps?  Can you REINDEX that table?

There are at least two known bugs in 8.0.8 that could lead to this type
of index corruption.  If you can't immediately upgrade to a later major
release, I'd strongly recommend updating to a more current 8.0.x.

            regards, tom lane

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

Предыдущее
От: "Blair Bethwaite"
Дата:
Сообщение: Duplicate key violation on UPDATE
Следующее
От: Ow Mun Heng
Дата:
Сообщение: Re: Column Statistics - How to dertermine for whole database