Show sizes
table, index, toast and total size per Table size of each index
This commit is contained in:
parent
d6aeef492d
commit
11459e1e12
17 changed files with 138 additions and 28 deletions
|
|
@ -50,6 +50,10 @@ public:
|
|||
QString viewdef;
|
||||
|
||||
QString description; // from pg_description
|
||||
int64_t totalBytes;
|
||||
int64_t indexBytes;
|
||||
int64_t toastBytes;
|
||||
|
||||
|
||||
using PgNamespaceObject::PgNamespaceObject;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue