Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3 - Mailing list pgsql-general

From Tom Lane
Subject Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3
Date
Msg-id 7003.1222354965@sss.pgh.pa.us
Whole thread Raw
In response to how can I find out the numeric directory name of each database in PostgreSQL 8.3  (Justin Yao <justin@snooth.com>)
Responses Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3
List pgsql-general
Justin Yao <justin@snooth.com> writes:
> 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.

It works for me ... what problem are you having?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: group by error message?
Next
From: Justin Yao
Date:
Subject: Re: how can I find out the numeric directory name of each database in PostgreSQL 8.3