Re: Fwd: Multiple entries of same table in pg_class

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Bauer <peter(dot)m(dot)bauer(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: Multiple entries of same table in pg_class
Date: 2006-09-16 16:42:02
Message-ID: 26684.1158424922@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Peter Bauer <peter(dot)m(dot)bauer(at)gmail(dot)com> writes:
> after extensive logfilechecking we found out that there are 70 entries
> for the same table in pg_class which are identical.

Hm, could we see

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

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-09-16 21:02:35 Re: [HACKERS] Is there any utility to update the table whenever text file gets changed?
Previous Message Poul Jensen 2006-09-16 16:32:27 Re: ECPG: non-integer constant in group by