top of page
Волнистый абстрактный фон
CerebroSQL

PostgreSQL: table statistics

The node displays information about table usage statistics

PostgreSQL table statistics

select *
 from pg_catalog.pg_stat_all_tables
where relid = $$TABLEOID::oid

bottom of page