This content has been marked as final.
Show 2 replies
-
1. Re: Array data types not available in postgresql?
shawkins Nov 5, 2018 4:52 PM (in response to woko)> Does that mean that array data types aren't supported for the postgresql translator, or am I doing something wrong?
How are you importing/defining the metadata for the postgresql source?
Until [TEIID-5502] Add better JDBC array support - JBoss Issue Tracker the jdbc importer didn't import source array types as their actual type.
-
2. Re: Array data types not available in postgresql?
woko Nov 6, 2018 5:14 AM (in response to shawkins)Thank you, we are indeed using the default JDBC importer. An update to 11.2 fixed this for us, with a free JSON data type to boot. Great job, thanks!