Known Issues
DB2
Columnns of type DATE
contained in resultsets returned by stored procedures might incorrectly format (day and month swapped).
To fix the behavior change the Windows system language for non-Unicode programs and make sure it matches the database language:
PostgreSQL
Stored Procedure Compare does not support Resultsets comparison with PostgreSQL.
Stored Procedures comparison steps involving PostgreSQL database on either or both sides of the comparison, simply compare parameters and ignore any resultsets on both sides.
A possible workaround might be the recording of the stored procedures resultset into temporary tables (maybe using the SQL Task) to be then compared by Table Compare.