Cloud

pg_table_size

pg_table_size() is a system administration function that retrieves the size of a specific table, including its associated storage components but excluding indexes.

Syntax

pg_table_size(regclass)

Parameters

  • regclass: Name or object identifier (OID) of the table.