Skip to content

Commit 5354474

Browse files
loongsweatybridge
authored andcommitted
chore: add note that system tables are not included in inspect total_table_sizes
1 parent be0ce04 commit 5354474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/supabase/inspect/db-total-table-sizes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# db-total-table-sizes
22

3-
This command displays the total size of each table in the database. It is the sum of the values that `pg_table_size()` and `pg_indexes_size()` gives for each table.
3+
This command displays the total size of each table in the database. It is the sum of the values that `pg_table_size()` and `pg_indexes_size()` gives for each table. System tables inside `pg_catalog` and `information_schema` are not included.
44

55
```
66
NAME │ SIZE

0 commit comments

Comments
 (0)