Re: reindexdb program error under PG 8.1.3 - Mailing list pgsql-general

From Joachim Wieland
Subject Re: reindexdb program error under PG 8.1.3
Date
Msg-id 20060525214916.GA9179@mcknight.de
Whole thread Raw
In response to Re: reindexdb program error under PG 8.1.3  (David Wall <d.wall@computer.org>)
List pgsql-general
David,

On Thu, May 25, 2006 at 02:07:27PM -0700, David Wall wrote:
> >object.  Look in template1 and see if you see a table with that OID.

> Thanks, but I clearly lack that expertise.  How do I find "a table with
> that OID"?

Do a normal select against pg_class. Something like:

select oid, relname from pg_class


Joachim


pgsql-general by date:

Previous
From: David Wall
Date:
Subject: Re: reindexdb program error under PG 8.1.3
Next
From: Jim Nasby
Date:
Subject: Re: What to expect when mixing inherited tables and different schemas while dealing with functions and views?