Re: "too many trigger records found for relation xyz"

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: "too many trigger records found for relation xyz"
Дата
Msg-id 47FB4CD2.6090009@sun.com
обсуждение исходный текст
Ответ на Re: "too many trigger records found for relation xyz"  ("Mikko Partio" <mpartio@gmail.com>)
Ответы Re: "too many trigger records found for relation xyz"
Re: "too many trigger records found for relation xyz"
Список pgsql-general
Mikko Partio napsal(a):

> Should I try remove one of the duplicate rows from pg_class?

Try it with caution. You should use ctid column to refer to exact row.

Try before:

select oid, ctid, xmin, xmax, cmin, cmax, relname from pg_class where oid = 294397;

If both row are identical or not.

        Zdenek



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

Предыдущее
От: "Mikko Partio"
Дата:
Сообщение: Re: "too many trigger records found for relation xyz"
Следующее
От: "Mikko Partio"
Дата:
Сообщение: Re: "too many trigger records found for relation xyz"