Re: [GENERAL] Admin details - disk space used - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] Admin details - disk space used
Date
Msg-id 199910280434.AAA04644@candle.pha.pa.us
Whole thread Raw
In response to Admin details - disk space used  (Simon Drabble <simon@eskimo.com>)
List pgsql-general
> Is it possible somehow to get the space taken up by a database on disk? I know
> I can get this as the postgres superuser but it's not particularly clear what
> with system tables and stuff, and of course you have to be the postgres user
> to do it.
>
> It would be nice to be able to do something like
>
> select diskspace();
>
> and have it return the space taken up by each user table.

Just do an 'ls -l' in pgsql/data/base/dbname.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Simon Drabble
Date:
Subject: Admin details - disk space used
Next
From: Edouard DESSIOUX
Date:
Subject: A simple SQL command