Skip to main content

table_size

Function table_size 

Source
pub async fn table_size(
    pool: &Pool<Postgres>,
) -> Result<Vec<TableSize>, PgExtrasError>
Expand description

Shows disk space used by each table, excluding indexes.