Question : Is it possible to define recursive composite types in Postgres 13? create type “t” as ( “a” int, […]