I moved a table from MsSql to Postgresql that had a field defined as Image in Mssql now in Postgres it's a Bytea field. How can I make sure data copied across with success?
Is there some code I could run to make sure Image looks correct from PostgreSQL ?
Thanks.