top of page

SQL developer for PostgreSQL

Открытая·3 пользователя

PostgreSQL: table statistics


ree

[EN]

The node displays table usage statistics


select *

from pg_catalog.pg_stat_all_tables

where relid = $$TABLEOID::oid


[RU]

Узел выводит информацию о статистике использования таблицы


select *

from pg_catalog.pg_stat_all_tables

where relid = $$TABLEOID::oid


4 просмотра
bottom of page