Re: Cluster problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cluster problem
Дата
Msg-id 5081.1038175658@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Cluster problem  ("Andrew Bartley" <abartley@evolvosystems.com>)
Список pgsql-general
"Andrew Bartley" <abartley@evolvosystems.com> writes:
> This error pops up every few days during clustering
> ERROR:  Cannot insert a duplicate key into unique index pg_class_oid_index

Hmm, is it possible that your OID counter has wrapped around?  Try
creating a new table, and then look to see if its OID is the largest one
in pg_class or not.

            regards, tom lane

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

Предыдущее
От: "Andrew Bartley"
Дата:
Сообщение: Cluster problem
Следующее
От: "Andrew Bartley"
Дата:
Сообщение: Re: Cluster problem