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
In article <000201c38cae$ffc059e0$2300a8c0@ganesh>,
"Ganesan Kanavathy" <ganesh@magnusquest.com> writes:
> How to check database size for Posgresql db. I need give hardisk utilization
> of the database on daily basis.
contrib/dbsize is your friend.
Есть вопросы? Напишите нам!
Соглашаюсь с условиями обработки персональных данных
✖
By continuing to browse this website, you agree to the use of cookies. Go to Privacy Policy.