Open leafo opened 1 year ago
Add all array types:
select oid, typname, typcategory, typarray from pg_type where typcategory = 'A' and typtype = 'b' and oid < 10000 order by oid asc;
Default to string decoder
Add all array types:
Default to string decoder