Re: Name -> number ...

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Name -> number ...
Дата
Msg-id 200104141831.OAA23946@candle.pha.pa.us
обсуждение исходный текст
Ответ на Name -> number ...  (The Hermit Hacker <scrappy@hub.org>)
Ответы Re: Name -> number ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
> 
> 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 pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: 7.1 RPMs
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: Name -> number ...