pgmoon icon indicating copy to clipboard operation
pgmoon copied to clipboard

Support all array types

Open leafo opened this issue 2 years ago • 0 comments

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

leafo avatar Apr 27 '23 02:04 leafo