Re: "too many trigger records found for relation xyz" - Mailing list pgsql-general

From Zdenek Kotala
Subject Re: "too many trigger records found for relation xyz"
Date
Msg-id 47FB4CD2.6090009@sun.com
Whole thread Raw
In response to Re: "too many trigger records found for relation xyz"  ("Mikko Partio" <mpartio@gmail.com>)
Responses Re: "too many trigger records found for relation xyz"  ("Mikko Partio" <mpartio@gmail.com>)
Re: "too many trigger records found for relation xyz"  ("Mikko Partio" <mpartio@gmail.com>)
List 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 by date:

Previous
From: "Mikko Partio"
Date:
Subject: Re: "too many trigger records found for relation xyz"
Next
From: "Mikko Partio"
Date:
Subject: Re: "too many trigger records found for relation xyz"