Answers for "postgresql find out how much data a table is"

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 "postgresql find out how much data a table is"

Browse Popular Code Answers by Language