buy tb500

Check database size in Postgres

SELECT pg_size_pretty(pg_database_size(‘CreatioProDB’));

or

you can run the following command

postgres=# \l+ forumdb

Leave a Reply