importccl: cannot load array data with IMPORT PGDUMP #29043
Labels
A-disaster-recovery
C-investigation
Further steps needed to qualify. C-label will change.
O-qa
T-disaster-recovery
While doing QA for , I tried to load a table with some array data:
The table was created successfully, but there was an error when trying to load array data:
pq: nodelocal:///single.sql: insert row: value type string doesn't match type ARRAY of column "x"
Array data in Postgres is wrapped in quotation marks like this: '{1}', '{{2,3},{4,6}}'
The text was updated successfully, but these errors were encountered: