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

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Mikko Partio <mpartio(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: "too many trigger records found for relation xyz"
Date: 2008-04-08 10:19:41
Message-ID: 47FB46BD.80501@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mikko Partio 2008-04-08 10:37:59 Re: "too many trigger records found for relation xyz"
Previous Message Mikko Partio 2008-04-08 09:37:17 Re: "too many trigger records found for relation xyz"