Ron Peterson wrote:
>
> 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
Which would give you the size of the directories, not the disk usage of
their content. Make that du -sk /usr/local/pgsql/data/base/*
Sevo
--
sevo@ip23.net