Re: Checking Postgres Database - Mailing list pgsql-admin

From scott.marlowe
Subject Re: Checking Postgres Database
Date
Msg-id Pine.LNX.4.33.0310070829250.11210-100000@css120.ihs.com
Whole thread Raw
In response to Checking Postgres Database  ("Ganesan Kanavathy" <ganesh@magnusquest.com>)
List pgsql-admin
On Tue, 7 Oct 2003, Ganesan Kanavathy wrote:

> Dear all,
>
> How to check database size for Posgresql db. I need give hardisk
> utilization of the database on daily basis.

Here's how I do it:

su - postgres
cd $PGDATA
du -s base


pgsql-admin by date:

Previous
From: "Priya G"
Date:
Subject: t help PostgreSQL server: FATAL 1: S
Next
From: "scott.marlowe"
Date:
Subject: Re: Pgsql crashes frequently