Re: Size of my data base? - Mailing list pgsql-hackers

From Mitch Vincent
Subject Re: Size of my data base?
Date
Msg-id 008a01c05b02$2e8c9040$0200000a@windows
Whole thread Raw
In response to Size of my data base?  (Guus Kerpel <Guus@advance.nl>)
Responses pg_trigger and tgargs  (Michael Fork <mfork@toledolink.com>)
List pgsql-hackers
If you installed in the default directory then the files relating to a
database are in

/usr/local/pgsql/data/base/<databasename>

So you could just total up the size of everything under that directory.

-Mitch
----- Original Message -----
From: "Guus Kerpel" <Guus@advance.nl>
To: <pgsql-hackers@postgresql.org>
Sent: Monday, November 27, 2000 7:47 AM
Subject: [HACKERS] Size of my data base?


> Hi everybody,
>
>
> there must be a nice way of getting the size of my database (in mB,
> preferably), but I couldn't find it in the documentation that I searched
> through briefly.
>
> The reason why I wanna do this is because the server might get full
quickly
> and to make sure it doensn't happen before I know I'm writing a script
that
> sends me the size of this database per mail.
>
> Can anyone direct me to an answer to this problem?
>
> I would be most thankful,
>
>
> Gus
>



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: location of Unix socket
Next
From: Don Baccus
Date:
Subject: Re: SQL 'in' vs join.