how can I find out the numeric directory name of each database in PostgreSQL 8.3

Поиск
Список
Период
Сортировка
От Justin Yao
Тема how can I find out the numeric directory name of each database in PostgreSQL 8.3
Дата
Msg-id 48DB9D4E.2030705@snooth.com
обсуждение исходный текст
Ответы Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3  (Tino Wildenhain <tino@wildenhain.de>)
Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,

In PostgreSQL 7.x, I can use SQL:
select datname, oid from pg_database
to find out the numeric directory name under $PGDATA/base for each
database. But it doesn't work for PostgreSQL 8.3.
Is there any way I can do it for 8.3?

Thanks,
--
Justin Yao

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

Предыдущее
От: "Jeff Amiel"
Дата:
Сообщение: The planner hates me.
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3