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:45:38
Message-ID: 47FB4CD2.6090009@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

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