Relative Content

Tag Archive for postgresqlamazon-web-servicesdata-migrationdb2-luwaws-dms

DB2 to Aurora PostgreSQL Migration issues with trailing spaces

We are migrating the data from DB2 LUW to Aurora PostgreSQL database using AWS DMS.
For few tables we have a column with data type varchar(22) and the value of the column could end up having ending spaces (Trailing Spaces).
DMS is migrating the data as it is from DB2 to PostgreSQL and validation also successful.
Looks like DB2 is not bother about the trailing spaces and giving us the data, but PostgreSQL is bit strict on this and not giving the data.