clickhousedb_fdw icon indicating copy to clipboard operation
clickhousedb_fdw copied to clipboard

Support Array() types?

Open mzealey opened this issue 3 years ago • 0 comments

I can access Array types by calling them varchar and then parsing them with ('{' || left(right(field, -1), -1) || '}')::int[], perhaps in a local view. But is there some way for native support for Array type to be added to this driver?

mzealey avatar Nov 20 '20 15:11 mzealey