Re: Help:How do you find that how much storage is taken by the database??

From: Ron Peterson <rpeterson(at)yellowbank(dot)com>
To: NEERAJ BANSAL <nbansal1(at)email(dot)mot(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Help:How do you find that how much storage is taken by the database??
Date: 2000-06-15 13:25:28
Message-ID: 3948D948.ED985A16@yellowbank.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

NEERAJ BANSAL wrote:
>
> Hi,
>
> How do you find that how much storage the data in the database or tables
> is taking in bytes or any other format???
> Is there any command which tells you this???

ls -l /usr/local/pgsql/data/base

As a user with access to this directory, of course. This is assuming
PostgreSQL has been installed in the usual location.

________________________
Ron Peterson
rpeterson(at)yellowbank(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Sullivan 2000-06-15 13:37:05 Re: Lock record
Previous Message Cary O'Brien 2000-06-15 12:16:58 Re: Crosstab SQL Question