Re: Name -> number ...

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Re: Name -> number ...
Дата
Msg-id Pine.BSF.4.33.0104141547110.72136-100000@mobile.hub.org
обсуждение исходный текст
Ответ на Re: Name -> number ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
d'oh, should  have extended my query ...

select oid,* from pg_database;

gives the directory name ...

thanks :)


On Sat, 14 Apr 2001, Bruce Momjian wrote:

> >
> > 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, Pennsylvania 19026
>

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Name -> number ...
Следующее
От: Vince Vielhaber
Дата:
Сообщение: Re: Re: 7.1 RPMs