Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to get the size of the database in postgresql

SELECT pg_size_pretty( pg_database_size('dbname') );
Source by www.a2hosting.in #
 
PREVIOUS NEXT
Tagged: #size #database #postgresql
ADD COMMENT
Topic
Name
2+7 =