Hi,
I have a few years of experience with PostgreSQL. I tried to retrieve data from Postres table with array-type columns. I created a simple test table in Postgres with array columns as in the below image:
After link this table to Datawindow in PB I've got follow DW with all char()
The type is char. How I can (if possible) get true types described in DW ex. integer array? I now that Postgres backend always retrieves arrays as string type with "{,}" format.
Currently, is not possible to update/insert data to array-type columns in Postgres via DW/DS?
How I can print the Update/Insert SQL statement generated by datastore/datawindow object (on call Update() method) ?
Regards,
Pawel
Regards,
Pawel