Re: Size of database

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Carmen Wai" <wai_carmen(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Size of database
Date: 2002-09-14 15:12:06
Message-ID: 26817.1032016326@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Carmen Wai" <wai_carmen(at)hotmail(dot)com> writes:
> How can I identify which directory is representing the corresponding
> database?

"SELECT oid, datname FROM pg_database" will tell you.

See also the contrib/oid2name utility.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-09-14 15:31:20 Re: Can't run configure
Previous Message Tom Lane 2002-09-14 14:56:45 Re: explain analyze