Re: data/index file size info - Mailing list pgsql-novice

From Bruce Momjian
Subject Re: data/index file size info
Date
Msg-id 200312222114.hBMLEaY05824@candle.pha.pa.us
Whole thread Raw
In response to data/index file size info  (chris@skyout.net (Chris))
List pgsql-novice
Chris wrote:
> Is there a table that contains info about the data/index files of
> a postgresql db, such as filename, bytesize, etc??  I'm looking for
> something similar to oracle's DBA_DATA_FILES view...

See the documentation on database sizing:

    http://developer.postgresql.org/docs/postgres/diskusage.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-novice by date:

Previous
From: "Chris"
Date:
Subject: postgres library simailar to mysql.h
Next
From: Tom Lane
Date:
Subject: Re: pl/pgSQL sequence question