Re: Reg: Query for DB growth size
. november 2018 kl. 07:41:24, skrev R.R. PRAVEEN RAJA mailto:rrpraveenr...@live.com>>: Hi All, Can i get the query or steps for how to check the Database growth in postgres. Thanks in advance. select pg_size_pretty(pg_database_size(current_database())); -- Andreas Joseph Krogh
Reg: Query for DB growth size
Hi All, Can i get the query or steps for how to check the Database growth in postgres. Thanks in advance. Regards, Praveen