tags:

views:

43

answers:

2

Hello, I am looking for a tool/command which can compare data between two PostgreSQL databases. The reason to do this is to have some external verification that the SQL script responsible for data migration from one PostgreSQL database to the other have been written correctly.

Any pointers would be appreciated regards Sameer

A: 

EMS makes a tool which can do this.

http://sqlmanager.net/en/products/postgresql/dbcomparer

James Kolpack
Thanks we did have a look at it.
A: 

The PostgreSQL site has a nice Software catalogue. Peruse the Administration/development tools category.

Milen A. Radev
Thanks.Will do that.