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

From Andy Dale
Subject Re: Unable to determine what has a particular OID
Date
Msg-id AANLkTimwVplokbYC8X5HneCU6PUaFTP1NPD_ubNrm10z@mail.gmail.com
Whole thread Raw
In response to Re: Unable to determine what has a particular OID  (Adrian Klaver <adrian.klaver@gmail.com>)
Responses Re: Unable to determine what has a particular OID  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general


Try:
SELECT oid,* from pg_database ;

I suspect the relfilnode you are looking at is another database in the cluster.

--
Adrian Klaver
adrian.klaver@gmail.com

Maybe I am possibly doing that.  I did a du -h --max-depth=1 in the base/ within the data directory.  This showed a single folder that contained ~34 GB.  On performing a ls in this, it showed 2 oids/filenodes that had more than 1 GB (multiple files with .<number> at the end).  The large table I mentioned in the original post was in this folder, so I assumed that the rest of the files in the same directory belonged to the same DB.

Have I made an incorrect assumption ? 

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unable to determine what has a particular OID
Next
From: Andy Dale
Date:
Subject: Re: Unable to determine what has a particular OID