Answers for "how to find the size of a table in postgresql"

SQL
3

postgres check size table

SELECT pg_size_pretty( pg_total_relation_size('tablename') );
Posted by: Guest on June-15-2020

Code answers related to "how to find the size of a table in postgresql"

Code answers related to "SQL"

Browse Popular Code Answers by Language