PGS-220000 PostgreSQL error: ERROR: function substr(integer, integer, integer) does not exist LINE 1: ...0.ts4, W0.ts9, W0.ts11, W0.ts10, W0.ts12, W0.ts6, substr(W0.... ^
Hi, how to debug this error?
I was tasked with adding a new column to a table. So I:
1.- Modified the XML of the schema to add this new column (attribute).
2.- Updated DB Structure.
3.- Configure fields on the Load activity.
4.- Add the new field in the Update activity (Destination and Source Expression).
What does it mean?
Edit: I didn't find the reason. But exporting the pacakge , that was working from Production to Development, solve this.