Re: [ADMIN] Mapping a Data File Back to a Table

2013-01-07 Thread Tom Lane
Greg Schenzel writes: > So I've been digging through a database on an embedded device for two > days trying to figure out which table some data is stored in. There > are litterally 1000 tables in the database and I haven't come across > the right one(s) yet. I know that the data I'm looking for is

Re: [ADMIN] Mapping a Data File Back to a Table

2013-01-07 Thread Greg Schenzel
It was stored in pg_largeobject based on the OID. On Fri, Jan 04, 2013 at 11:09:33AM -0700, Greg Schenzel wrote: > So I've been digging through a database on an embedded device for two > days trying to figure out which table some data is stored in. There > are litterally 1000 tables in the databa

[ADMIN] Mapping a Data File Back to a Table

2013-01-07 Thread Greg Schenzel
So I've been digging through a database on an embedded device for two days trying to figure out which table some data is stored in. There are litterally 1000 tables in the database and I haven't come across the right one(s) yet. I know that the data I'm looking for is stored in /var/lib/pgsql/data/