Skip to content

Commit 126e86b

Browse files
committed
better output b1
1 parent 70d845c commit 126e86b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/b1_table_estimation.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ select
6969
coalesce(nullif(schema_name, 'public') || '.', '') || table_name as "Table",
7070
pg_size_pretty(real_size::numeric) as "Size",
7171
'~' || pg_size_pretty(extra_size::numeric)::text || ' (' || round(extra_ratio::numeric, 2)::text || '%)' as "Extra",
72-
'~' || pg_size_pretty(bloat_size::numeric)::text || ' (' || round(bloat_ratio::numeric, 2)::text || '%)' as "Bloat_estimated",
72+
'~' || pg_size_pretty(bloat_size::numeric)::text || ' (' || round(bloat_ratio::numeric, 2)::text || '%)' as "Bloat",
7373
'~' || pg_size_pretty((real_size - bloat_size)::numeric) as "Live",
7474
fillfactor
7575
\if :postgresdba_extended

0 commit comments

Comments
 (0)