Postgres Check Size Table

[Solved] Postgres Check Size Table | Sql - Code Explorer | yomemimo.com
Question : postgres check size table

Answered by : difficult-dove-ir4z3no09wa6

SELECT pg_size_pretty( pg_total_relation_size('tablename') );

Source : | Last Update : Mon, 22 Jun 20

Answers related to postgres check size table

Code Explorer Popular Question For Sql