> 
> 77 databases in data/base directory ... all number'd ...
> 
> select * from pg_database;
> 
> doesn't give me the reference to which directory is which database ... so
> what table do we need to join on to get this information?
> 
> thanks ...

Info is in pg_class.relfilenode.  Now the big question is where do
database names go.  My guess is pg_database.oid.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to