On Nov 21, 2005, at 2:42 PM, Tom Lane wrote:
> Bob Ippolito <bob@redivi.com> writes:
>> Ok, so how do I figure out which file(s) are associated with pg_class
>> so I can feed this thing?
>
> See contrib/oid2name and/or read
> http://www.postgresql.org/docs/8.1/static/storage.html
Ok, here's the pg_filedump for the pg_class table in the mochi
database that is having the issue:
(it's also there without gz, but the gz is 228KB versus 2352KB
uncompressed)
http://undefined.org/mochi.pg_class.filedump.gz
-bob