On 29-11-2018 08:41, R.R. PRAVEEN RAJA wrote:
> Hi All,
>
> Can i get the query or steps for how to check the Database growth in
> postgres. Thanks in advance.
>
> Regards,
> Praveen
No official thing that can do the job.
You need to DIY, start collecting data (database size, connections
count, index sizes or so) every day, hour, min or so and then make
software to analyze it after a while.
Regards,
HS