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 47FB46BD.80501@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>)
List pgsql-general
Mikko Partio napsal(a):
>
>
> I little investigation showed that there is duplicate row in pg_class:
>
> # select oid from pg_class group by oid having count(*) > 1 ;
>   oid
> --------
>  294397
> (1 row)

Could you check if pg_attribute is doubled for this relation?

        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"