Calculating database sizes using a script

Поиск
Список
Период
Сортировка
От Machiel Richards
Тема Calculating database sizes using a script
Дата
Msg-id 00b001caca68$74335090$5c99f1b0$@co.za
обсуждение исходный текст
Ответы Re: Calculating database sizes using a script  (Sean Davis <sdavis2@mail.nih.gov>)
Re: Calculating database sizes using a script  (Ireneusz Pluta <ipluta@wp.pl>)
Список pgsql-novice

Hi all

 

      I have a client that is running a total of 190 Postgresql databases.

 

                I am busy with an audit on the database sizes, performance tuning,etc...

 

                However to check the database sizes is quite tedious as some of the servers are running up to 24 databases on one instance.

 

                Due to security restrictions I am not yet able to use pgadmin / pgphpadmin and need to manually calculate this using ‘SELECT pg_size_pretty(pg_database_size(''));’

 

 

                Is there a way of running this in a script for each database in the instance without having to manually type in each database name?

 

                For instance. Let the script extract the database names and then check the sizes printing it to an output file / screen?

 

 

Machiel

В списке pgsql-novice по дате отправления:

Предыдущее
От: Jasen Betts
Дата:
Сообщение: Re: How do you query all columns and all tables for a specific string
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Calculating database sizes using a script