DB Naviator Postgresql Array column data not displayed
Hi
When I use DB Navigator to query a table that contains an array column I am not able to see the data properly in the data grid. Instead it shows a the name of the type withing square brackets.
So for example if I query on a table with a numeric[] column I see: "[ numeric]" for every value as opposed to something like "{3.6,3.55,3.5}" which is what I would see using pgAdmin.
Is there a way to fix this?
Des
Please sign in to leave a comment.