Set header name correctly.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
SELECT nspname || '.' || relname AS "relation",
|
SELECT nspname || '.' || relname AS "table",
|
||||||
pg_size_pretty(pg_total_relation_size(C.oid)) AS "total_size"
|
pg_size_pretty(pg_total_relation_size(C.oid)) AS "total_size"
|
||||||
FROM pg_class C
|
FROM pg_class C
|
||||||
LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
|
LEFT JOIN pg_namespace N ON (N.oid = C.relnamespace)
|
||||||
|
|||||||
Reference in New Issue
Block a user