Re: Unable to determine what has a particular OID - Mailing list pgsql-general

From Tom Lane
Subject Re: Unable to determine what has a particular OID
Date
Msg-id 11677.1276869966@sss.pgh.pa.us
Whole thread Raw
In response to Unable to determine what has a particular OID  (Andy Dale <andy.dale@gmail.com>)
Responses Re: Unable to determine what has a particular OID  (Andy Dale <andy.dale@gmail.com>)
List pgsql-general
Andy Dale <andy.dale@gmail.com> writes:
> After looking into the the data directory a particular file/oid is around 21
> GB (the oid has 21 files), this OID can then be found in the pg_class table,
> the explanation for the size being that the table has around 12.5 Million
> rows.  During the inspection of the data directory I observed another OID
> that is around 8.5GB, but I cannot locate the corresponding entry in the
> pg_class table (even after dumping the table into a file and grep-ing for
> the OID in question).

You should be looking at pg_class.relfilenode, not OID.  See
http://www.postgresql.org/docs/8.3/static/storage.html

            regards, tom lane

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: postgres crash SOS
Next
From: Andy Dale
Date:
Subject: Re: Unable to determine what has a particular OID