Re: Name -> number ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Name -> number ...
Дата
Msg-id 15119.987273659@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Name -> number ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
> 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?

select oid, datname from pg_database;

I think Bruce did a contrib utility to keep track of this, too.
        regards, tom lane


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: Re: 7.1 RPMs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Re: 7.1 RPMs