I am running the below query in postgres 12.4 :
SELECT (TABLE_SCHEMA || \'"."\' || TABLE_NAME) as table_name, pg_size_pretty(pg_table_size(table_nam