My little attempt to create christmas tree:
WITH RECURSIVE tree(b, l, lv) AS
(
(
WITH RECURSIVE t(b, l) AS
(
select b/11.6, 0 AS l from (select generate_series(0,30)::float8
b union all select generate_series(30,0, -1)::float8 b) ziew
UNION ALL
select (b*1.06), l+1 FR
To the PostgreSQL Community:
All of us at EnterpriseDB want to thank the community for
creating an amazing base upon which to build our new company. It’s been a
busy year for us, going from zero to 70 people, raising venture capital, and
working hard to promote both PostgreSQL itself an