short answer: you can but it's ugly longer answer: start looking at the pg_catalog.* relations (use \d from psql prompt) as I understand it the files under $PG_DATA/base/ are named after oid's for tables and relations, but there are a lot of subtleties, and the whole point of a DBMS is to manage that bookkeeping for you.
On 1/31/07, Matthew Jarvis <[EMAIL PROTECTED]> wrote:
Rob Hudson wrote: > I think Matt's asking if you can determine which files related to which > tables... > Ya, what _he_ said... <g> Matthew S. Jarvis IT Manager Bike Friday - "Performance that Packs." www.bikefriday.com 541/687-0487 x140 [EMAIL PROTECTED] _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
_______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
