select (select string_agg('*', '') from range(1,i+1)) from range(1,6) _(i) order by i;