We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6b9da commit dafe1b6Copy full SHA for dafe1b6
sql/b1_table_estimation.sql
@@ -81,7 +81,7 @@ select
81
coalesce(substring(array_to_string(reloptions, ' ') from 'fillfactor=([0-9]+)')::smallint, 100)
82
from pg_class
83
where oid = tblid
84
- ) as fillfactor
+ ) as "Fill Factor"
85
from step4
86
order by real_size desc nulls last
87
;
0 commit comments